oprofile: fix path to kernel headers
authorFelix Fietkau <nbd@openwrt.org>
Thu, 13 Aug 2015 19:02:21 +0000 (19:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 13 Aug 2015 19:02:21 +0000 (19:02 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46588

package/devel/oprofile/Makefile

index 6944bc391b14454a6a68d4b325b5254b12bc8506..b1808a31961466a7c804624b9b98363d101c94a6 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