[coreboot-gerrit] New patch to review for coreboot: f15dea2 armv7: We don't use CPPFLAGS anymore

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Mon May 26 21:14:48 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5874

-gerrit

commit f15dea2b7ef96ea44f724dbeea895d9f71fc01cd
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sun May 25 00:05:20 2014 +0200

    armv7: We don't use CPPFLAGS anymore
    
    CPPFLAGS is only used as qualified variant
    (like CPPFLAGS_armv7) now.
    
    Change-Id: If8b570ace4ac92d1fdb38ca3f7fef6c79d513a95
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/arch/armv7/Makefile.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc
index 402c491..590be07 100644
--- a/src/arch/armv7/Makefile.inc
+++ b/src/arch/armv7/Makefile.inc
@@ -41,7 +41,7 @@ stages_o = $(obj)/arch/armv7/stages.o
 
 $(stages_o): $(stages_c) $(obj)/config.h
 	@printf "    CC         $(subst $(obj)/,,$(@))\n"
-	$(CC_armv7) -I. $(CPPFLAGS) $(CPPFLAGS_armv7) -c -o $@ $< -marm
+	$(CC_armv7) -I. $(CPPFLAGS_armv7) -c -o $@ $< -marm
 
 endif # CONFIG_ARCH_ARMV7
 
@@ -86,10 +86,10 @@ $(objgenerated)/bootblock.s: $(objgenerated)/bootblock_inc.S $(obj)/config.h $(o
 
 $(objgenerated)/bootblock.inc: $(src)/arch/armv7/$(subst ",,$(CONFIG_BOOTBLOCK_SOURCE)) $(bootblock_custom) $(OPTION_TABLE_H) $(obj)/config.h
 	@printf "    CC      $(subst $(obj)/,,$(@))\n"
-	$(CC_bootblock) $(bootblock-c-ccopts) $(CPPFLAGS) $(CPPFLAGS_bootblock) -MM \
+	$(CC_bootblock) $(bootblock-c-ccopts) $(CPPFLAGS_bootblock) -MM \
 		-MT$(objgenerated)/bootblock.inc \
 		$< > $(objgenerated)/bootblock.inc.d
-	$(CC_bootblock) $(bootblock-c-ccopts) -c -S $(CFLAGS_bootblock) -I. $(CPPFLAGS) $(CPPFLAGS_bootblock) $< -o $@
+	$(CC_bootblock) $(bootblock-c-ccopts) -c -S $(CFLAGS_bootblock) -I. $(CPPFLAGS_bootblock) $< -o $@
 
 $(objcbfs)/bootblock.debug:  $(objgenerated)/bootblock.o $(objgenerated)/bootblock.ld $$(bootblock-objs) $(stages) $(obj)/config.h
 	@printf "    LINK       $(subst $(obj)/,,$(@))\n"



More information about the coreboot-gerrit mailing list