[coreboot-gerrit] New patch to review for coreboot: IASL: Enable warnings as errors

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Thu Jun 25 17:37:26 CEST 2015


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

-gerrit

commit 069f4842d1163d3a97f36849aff74e309ba2b2bc
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 2f1fe82..2b60c7b 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -177,7 +177,7 @@ cbfs-files-y += $(call strip_quotes,$(CONFIG_CBFS_PREFIX))/$(1).aml
 $(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