diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-11-15 21:09:57 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-11-15 21:09:57 +0000 |
commit | 20c3d77d98481f62df4f54cd2b546170a81fe449 (patch) | |
tree | cdd3661f527561fc07c290244038554cc48eca32 /Makefile | |
parent | c2bf26d2477aee7d606a5933017f9f98f4e82303 (diff) |
fix random breakage
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6075 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > $$(basename $$@).asl.out + iasl -p $$(obj)/$(1) -tc $$(basename $$@).asl 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 |