remove obsolete include paths from INCLUDES

Change-Id: I621fd49b1f1b96ef388c61ff1abc2130ad2163a5
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2082
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
David Hendricks 2012-12-27 15:22:27 -08:00 committed by Ronald G. Minnich
parent f4c35083d0
commit 6c212ac483
1 changed files with 0 additions and 2 deletions

View File

@ -141,8 +141,6 @@ endif
# For various headers imported from Linux
CFLAGS += -D__KERNEL__
CFLAGS += -D__LINUX_ARM_ARCH__=7
INCLUDES += -Isrc/include/linux
INCLUDES += -Isrc/include/linux/uapi
# FIXME(dhendrix): trying to split start.S apart...
crt0s = $(src)/arch/armv7/start.S