瀏覽代碼

oprofile: fix path to kernel headers

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

SVN-Revision: 46588
Felix Fietkau 10 年之前
父節點
當前提交
e69474719d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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