summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-10-01 21:48:52 +0000
committerMyles Watson <mylesgw@gmail.com>2010-10-01 21:48:52 +0000
commit42f58277ef9325a88629ef6b55b784a61d4c4fb9 (patch)
treed485e48b61177fc043d7a63cd249d916029032a8 /Makefile
parentdd8367006cf1a400384ff7076379bb53c6abea8a (diff)
downloadcoreboot-staging-42f58277ef9325a88629ef6b55b784a61d4c4fb9.zip
coreboot-staging-42f58277ef9325a88629ef6b55b784a61d4c4fb9.tar.gz
Redirect the output of iasl to a file to make the build quieter.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5903 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 397e51d..be6cd38 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,7 @@ define ramstage-objs_asl_template
$(obj)/$(1).ramstage.o: src/$(1).asl
@printf " IASL $$(subst $(top)/,,$$(@))\n"
$(CPP) -D__ACPI__ -P -include $(abspath $(obj)/config.h) -I$(src) -I$(src)/mainboard/$(MAINBOARDDIR) $$< -o $$(basename $$@).asl
- iasl -p $$(obj)/$(1) -tc $$(basename $$@).asl
+ iasl -p $$(obj)/$(1) -tc $$(basename $$@).asl > $$(basename $$@).asl.out
mv $$(obj)/$(1).hex $$(basename $$@).c
$(CC) $$(CFLAGS) $$(if $$(subst dsdt,,$$(basename $$(notdir $(1)))), -DAmlCode=AmlCode_$$(basename $$(notdir $(1)))) -c -o $$@ $$(basename $$@).c
# keep %.o: %.c rule from catching the temporary .c file after a make clean
OpenPOWER on IntegriCloud