projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cc5919
)
oprofile: fix path to kernel headers
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Aug 2015 19:02:21 +0000
(19:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 13 Aug 2015 19:02:21 +0000
(19:02 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46588
package/devel/oprofile/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/oprofile/Makefile
b/package/devel/oprofile/Makefile
index 6944bc391b14454a6a68d4b325b5254b12bc8506..b1808a31961466a7c804624b9b98363d101c94a6 100644
(file)
--- 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