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

Patrick Georgi (Code Review) gerrit at coreboot.org
Wed Oct 10 15:57:30 CEST 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/28994


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

tegra124_lp0: make sure to build with compiler.h included

Fixes builds of that binary in clean trees.

Change-Id: If5a995449a74c00da836fcf22bda44ebc8197518
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M src/soc/nvidia/tegra124/lp0/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/28994/1

diff --git a/src/soc/nvidia/tegra124/lp0/Makefile b/src/soc/nvidia/tegra124/lp0/Makefile
index 8c3482d..66af1f5 100644
--- a/src/soc/nvidia/tegra124/lp0/Makefile
+++ b/src/soc/nvidia/tegra124/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/28994
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: If5a995449a74c00da836fcf22bda44ebc8197518
Gerrit-Change-Number: 28994
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181010/12c10186/attachment.html>


More information about the coreboot-gerrit mailing list