From e69474719d5b3417cf3392c02c4a9fa6a0e464f4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 13 Aug 2015 19:02:21 +0000 Subject: [PATCH] oprofile: fix path to kernel headers Signed-off-by: Felix Fietkau SVN-Revision: 46588 --- package/devel/oprofile/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2