[coreboot-gerrit] Change in coreboot[master]: tegra210_lp0: make sure to build with compiler.h included

Nico Huber (Code Review) gerrit at coreboot.org
Sun Oct 28 15:13:01 CET 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/29311


Change subject: tegra210_lp0: make sure to build with compiler.h included
......................................................................

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 at gmx.de>
---
M src/soc/nvidia/tegra210/lp0/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/29311/1

diff --git a/src/soc/nvidia/tegra210/lp0/Makefile b/src/soc/nvidia/tegra210/lp0/Makefile
index 8c3482d..66af1f5 100644
--- a/src/soc/nvidia/tegra210/lp0/Makefile
+++ b/src/soc/nvidia/tegra210/lp0/Makefile
@@ -35,6 +35,7 @@
 	$(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

-- 
To view, visit https://review.coreboot.org/29311
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If4b60a9db4520b58e48339a7e2726f2545cb4102
Gerrit-Change-Number: 29311
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181028/c5d8b298/attachment.html>


More information about the coreboot-gerrit mailing list