summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/lp0/Makefile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-10-28 15:11:55 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-10-29 08:40:37 +0000
commitc5f4a8c8f04f7c3eb3e11c9f3f5205983aba16fe (patch)
tree1c562647cd01959b658338b256f73d066144d71a /src/soc/nvidia/tegra210/lp0/Makefile
parentc6382cd4bf73f2895b7a0637a595369acfd2c26a (diff)
downloadcoreboot-c5f4a8c8f04f7c3eb3e11c9f3f5205983aba16fe.tar.gz
coreboot-c5f4a8c8f04f7c3eb3e11c9f3f5205983aba16fe.tar.bz2
coreboot-c5f4a8c8f04f7c3eb3e11c9f3f5205983aba16fe.zip
tegra210_lp0: make sure to build with compiler.h included
Like in ce1064e (tegra124_lp0: make sure to build with compiler.h included), fix builds where `compiler.h` is needed. Change-Id: If4b60a9db4520b58e48339a7e2726f2545cb4102 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/29311 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
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 8c3482dadbee..66af1f55da19 100644
--- a/src/soc/nvidia/tegra210/lp0/Makefile
+++ b/src/soc/nvidia/tegra210/lp0/Makefile
@@ -35,6 +35,7 @@ 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 \
+ -include ../../../../commonlib/include/commonlib/compiler.h \
-o $@ $(filter %.c,$+)
tegra_lp0_resume.fw: tegra_lp0_resume.elf