aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2012-12-27 15:22:27 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-12-29 15:35:29 +0100
commit6c212ac483e208f74acc19c537ddb0643056a762 (patch)
tree2a820256305f84267220c13210a5b1a2c5d97b1e /src
parentf4c35083d0e9c2413eff900ac031dd47753ad847 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/arch/armv7/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc
index 65e1f5b0fe..b413d3e0c3 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