[coreboot-gerrit] New patch to review for coreboot: 03fb4db Makefile: Drop obsolete rules

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Sat Nov 30 20:08:04 CET 2013


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4298

-gerrit

commit 03fb4db8f92ac401320d5122bdce6a203244a317
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sat Nov 30 21:04:40 2013 +0200

    Makefile: Drop obsolete rules
    
    The source files were removed with commit 3e4e3038.
    
    Change-Id: I2df9d8cce0ec1462dcba4790a6c62abade0d223c
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/arch/armv7/Makefile.inc    | 2 --
 src/arch/x86/boot/Makefile.inc | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc
index 4b1c591..dfd5164 100644
--- a/src/arch/armv7/Makefile.inc
+++ b/src/arch/armv7/Makefile.inc
@@ -192,8 +192,6 @@ romstage-y += memmove.S
 ramstage-y += memmove.S
 bootblock-y += memmove.S
 
-$(obj)/arch/armv7/coreboot_table.ramstage.o : $(OPTION_TABLE_H)
-
 romstage-srcs += $(objgenerated)/crt0.s
 ramstage-srcs += $(wildcard src/mainboard/$(MAINBOARDDIR)/mainboard.c)
 ifeq ($(CONFIG_GENERATE_PIRQ_TABLE),y)
diff --git a/src/arch/x86/boot/Makefile.inc b/src/arch/x86/boot/Makefile.inc
index 4b4a841..3e53d79 100644
--- a/src/arch/x86/boot/Makefile.inc
+++ b/src/arch/x86/boot/Makefile.inc
@@ -14,6 +14,5 @@ ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpigen.c
 ramstage-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.S
 ramstage-$(CONFIG_RELOCATABLE_RAMSTAGE) += ramstage_module_header.c
 
-$(obj)/arch/x86/boot/coreboot_table.ramstage.o : $(OPTION_TABLE_H)
 $(obj)/arch/x86/boot/smbios.ramstage.o: $(obj)/build.h
 



More information about the coreboot-gerrit mailing list