diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-08-13 19:02:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-08-13 19:02:21 +0000 |
commit | e69474719d5b3417cf3392c02c4a9fa6a0e464f4 (patch) | |
tree | 582617dd77079a7ce853ac10f665e40aee024a72 | |
parent | 6cc5919e8a7d3f9bee02dfb5bf1a33e35f9b1efe (diff) | |
download | upstream-e69474719d5b3417cf3392c02c4a9fa6a0e464f4.tar.gz upstream-e69474719d5b3417cf3392c02c4a9fa6a0e464f4.tar.bz2 upstream-e69474719d5b3417cf3392c02c4a9fa6a0e464f4.zip |
oprofile: fix path to kernel headers
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46588
-rw-r--r-- | package/devel/oprofile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile index 6944bc391b..b1808a3196 100644 --- 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 |