busybox: don't use kernel headers directly

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@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2013-06-30 21:28:52 +02:00 committed by Peter Korsgaard
parent 7557753334
commit 17733c2e14
1 changed files with 1 additions and 2 deletions

View File

@ -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)