From: Felix Fietkau Date: Thu, 13 Aug 2015 19:02:21 +0000 (+0000) Subject: oprofile: fix path to kernel headers X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f85897557f05cf9733997a9d1880fe648d29d970;p=openwrt%2Fsvn-archive%2Farchive.git oprofile: fix path to kernel headers Signed-off-by: Felix Fietkau SVN-Revision: 46588 --- diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile index 6944bc391b..b1808a3196 100644 --- a/package/devel/oprofile/Makefile +++ b/package/devel/oprofile/Makefile @@ -50,6 +50,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ --with-kernel-support \ + --with-kernel=$(LINUX_DIR)/user_headers \ --without-x \ ) endef