From 3d06488dbf86763d87980dbf66f384d430eff4fd Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 30 Nov 2013 21:04:40 +0200 Subject: Makefile: Drop obsolete rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The source files were removed with commit 3e4e3038. Change-Id: I2df9d8cce0ec1462dcba4790a6c62abade0d223c Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4298 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/arch/armv7/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/armv7') diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc index 4b1c591b77..dfd51640ab 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) -- cgit v1.2.3