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

View 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