From b2573b2818475a7e60b63e7c46870e474fc185ec Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Tue, 21 Oct 2014 23:49:13 +0200 Subject: oprofile: fix kernel header path Signed-off-by: Alexander Dahl [mol: add dependency on kernel headers] Signed-off-by: Michael Olbrich --- rules/oprofile.in | 1 + rules/oprofile.make | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/oprofile.in b/rules/oprofile.in index 40ce60603..0ab81e123 100644 --- a/rules/oprofile.in +++ b/rules/oprofile.in @@ -16,6 +16,7 @@ menuconfig OPROFILE select BUSYBOX_TR select BINUTILS select BINUTILS_OBJDUMP + select KERNEL_HEADER prompt "oprofile " help oprofile user space executables including opcontrol, opreport and others diff --git a/rules/oprofile.make b/rules/oprofile.make index af4a8830b..c11324105 100644 --- a/rules/oprofile.make +++ b/rules/oprofile.make @@ -36,7 +36,7 @@ OPROFILE_CONF_OPT := \ $(CROSS_AUTOCONF_USR) \ --target=$(PTXCONF_GNU_TARGET) \ --disable-gui \ - --with-kernel=$(KERNEL_HEADERS_INCLUDE_DIR) \ + --with-kernel=$(KERNEL_HEADERS_DIR) \ --without-java \ --without-x -- cgit v1.2.3