summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/lp0/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-08-02 20:01:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-08-02 18:59:19 +0000
commit1ac0aa9c1c483dec970d8f71d3a8d8f10d019bb1 (patch)
treeb7d3b4ee89609a3ac9cf0a189fe21fb8ec679880 /src/soc/nvidia/tegra210/lp0/Makefile
parentd42eb37be4b0c33d403b2d8b9e39a39f83d9f5a3 (diff)
downloadcoreboot-1ac0aa9c1c483dec970d8f71d3a8d8f10d019bb1.tar.gz
coreboot-1ac0aa9c1c483dec970d8f71d3a8d8f10d019bb1.tar.bz2
coreboot-1ac0aa9c1c483dec970d8f71d3a8d8f10d019bb1.zip
soc/nvidia/tegra*: force using our headers instead of compiler's/system's
The code doesn't include much, but when compiled outside the coreboot build (what the shipped Makefile is made for), we want to make sure that the few files it includes are controlled by us. TEST=`cd src/soc/nvidia/tegra124/lp0; make CC=arm-eabi-gcc` works Change-Id: Ic2f1e4aa4047617b048ef7ef98d71f9d540ccd74 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/20860 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/nvidia/tegra210/lp0/Makefile')
-rw-r--r--src/soc/nvidia/tegra210/lp0/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/nvidia/tegra210/lp0/Makefile b/src/soc/nvidia/tegra210/lp0/Makefile
index 34e9396e3fdb..a6065bad7b4a 100644
--- a/src/soc/nvidia/tegra210/lp0/Makefile
+++ b/src/soc/nvidia/tegra210/lp0/Makefile
@@ -31,6 +31,7 @@ all: tegra_lp0_resume.fw
tegra_lp0_resume.elf: tegra_lp0_resume.ld tegra_lp0_resume.c
$(CC) -marm -march=armv4t -mno-unaligned-access -nostdlib -static \
-Os -fpie -Wl,--build-id=none -ggdb3 -T tegra_lp0_resume.ld \
+ -I ../../../../include -I ../../../../arch/arm/include \
-o $@ $(filter %.c,$+)
tegra_lp0_resume.fw: tegra_lp0_resume.elf