Bläddra i källkod

oprofile: fix path to kernel headers

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 46588
Felix Fietkau 10 år sedan
förälder
incheckning
e69474719d
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      package/devel/oprofile/Makefile

+ 1 - 0
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