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.lede-project.org./?a=commitdiff_plain;h=e69474719d5b3417cf3392c02c4a9fa6a0e464f4;p=openwrt%2Fstaging%2Fnbd.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