]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
acpi: Output all errors/warnings/remarks when compiling ASL
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:19 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
Remove -va option when invoking IASL compiler so that we can see
errors/warnings/remarks in the build log.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib

index 5f0b0501e3f91ef21a87f1a3f0bfd7265859256f..44534e16249ab99afb76c86b4be5e3f5257a05ad 100644 (file)
@@ -326,7 +326,7 @@ $(obj)/%.S: $(src)/%.ttf
 quiet_cmd_acpi_c_asl= ASL     $<
 cmd_acpi_c_asl=         \
        $(CPP) -x assembler-with-cpp -P $(UBOOTINCLUDE) -o $<.tmp $<; \
-       iasl -p $< -tc -va $<.tmp; \
+       iasl -p $< -tc $<.tmp; \
        mv $(patsubst %.asl,%.hex,$<) $@
 
 $(obj)/dsdt.c:    $(src)/dsdt.asl