[Buildroot] [git commit] busybox: don't use kernel headers directly

Peter Korsgaard jacmet at sunsite.dk
Wed Jul 3 05:32:53 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=17733c2e1461eaec41692a22b714c91b6bd0c340
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The kernel headers are part of the staging directory, so there is no
reason to point the Busybox CFLAGS directly to them.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/busybox/busybox.mk |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index cfefdbb..acc9008 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -16,8 +16,7 @@ BUSYBOX_LICENSE = GPLv2
 BUSYBOX_LICENSE_FILES = LICENSE
 
 BUSYBOX_CFLAGS = \
-	$(TARGET_CFLAGS) \
-	-I$(LINUX_HEADERS_DIR)/include
+	$(TARGET_CFLAGS)
 
 BUSYBOX_LDFLAGS = \
 	$(TARGET_LDFLAGS)


More information about the buildroot mailing list