David Hendricks (dhendrix@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2082
-gerrit
commit 06ce5eeabf40f7f9d230bd866c4dcc4f872f5c55 Author: David Hendricks dhendrix@chromium.org Date: Thu Dec 27 15:22:27 2012 -0800
remove obsolete includes from INCLUDES
Change-Id: I621fd49b1f1b96ef388c61ff1abc2130ad2163a5 Signed-off-by: David Hendricks dhendrix@chromium.org --- src/arch/armv7/Makefile.inc | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc index 65e1f5b..b413d3e 100644 --- a/src/arch/armv7/Makefile.inc +++ b/src/arch/armv7/Makefile.inc @@ -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