oprofile: fix path to kernel headers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46588
This commit is contained in:
Felix Fietkau 2015-08-13 19:02:21 +00:00
parent 6cc5919e8a
commit e69474719d
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ endef
define Build/Configure define Build/Configure
$(call Build/Configure/Default, \ $(call Build/Configure/Default, \
--with-kernel-support \ --with-kernel-support \
--with-kernel=$(LINUX_DIR)/user_headers \
--without-x \ --without-x \
) )
endef endef