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.ozo.com/?a=commitdiff_plain;h=c4298651230b299076d4a2157cd628f69e3017c9;p=openwrt-github%2F.git oprofile: fix path to kernel headers Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46588 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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