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:
parent
f4c35083d0
commit
6c212ac483
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue