oprofile: fix path to kernel headers
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 13 Aug 2015 19:02:21 +0000 (19:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 13 Aug 2015 19:02:21 +0000 (19:02 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46588 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/devel/oprofile/Makefile

index 6944bc3..b1808a3 100644 (file)
@@ -50,6 +50,7 @@ endef
 define Build/Configure
        $(call Build/Configure/Default, \
                --with-kernel-support \
+               --with-kernel=$(LINUX_DIR)/user_headers \
                --without-x \
        )
 endef