[coreboot-gerrit] Patch set updated for coreboot: IASL: Enable warnings as errors

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Oct 23 03:23:36 CEST 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10663

-gerrit

commit 7865afb711ae50ec6f6f5d32c5436e46a184b1e1
Author: Martin Roth <gaumless at gmail.com>
Date:   Thu Jun 25 09:36:27 2015 -0600

    IASL: Enable warnings as errors
    
    Change-Id: If0da0ac709bd8c0e8e2dbd3a498fe6ecb5500a81
    Signed-off-by: Martin Roth <gaumless at gmail.com>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 3a0d0bc..051fe1a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -201,7 +201,7 @@ cbfs-files-$(if $(2),$(2),y) += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/$(1).
 $(obj)/$(1).aml: $(src)/mainboard/$(MAINBOARDDIR)/$(1).asl $(obj)/config.h
 	@printf "    IASL       $$(subst $(top)/,,$$(@))\n"
 	$(CC_ramstage) -x assembler-with-cpp -E -MMD -MT $$(@) $$(CPPFLAGS_ramstage) -D__ACPI__ -P -include $(src)/include/kconfig.h -I$(obj) -I$(src) -I$(src)/include -I$(src)/arch/$(ARCHDIR-$(ARCH-ramstage-y))/include -I$(src)/mainboard/$(MAINBOARDDIR) $$< -o $$@
-	cd $$(dir $$@); $(IASL) -p $$(notdir $$@) $$(notdir $$@)
+	cd $$(dir $$@); $(IASL) -we -p $$(notdir $$@) $$(notdir $$@)
 endef
 
 #######################################################################



More information about the coreboot-gerrit mailing list