From 24cca75b47f516e2ad226c37da1e71aef5036fce Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 29 Nov 2014 11:51:25 +0100 Subject: build system: remove ROMSTAGE_ELF variable No need to keep that just because x86 has one extra linking step. Change-Id: Iffdbf64e0613f89070ed0dfb009379f5ca0bd3c1 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/7611 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel --- Makefile.inc | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 59d11bdc2c..11989d3f41 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -602,24 +602,11 @@ cbfs-files-$(CONFIG_BOOTSPLASH) += bootsplash.jpg bootsplash.jpg-file := $(call strip_quotes,$(CONFIG_BOOTSPLASH_FILE)) bootsplash.jpg-type := bootsplash -ifeq ($(CONFIG_ARCH_ROMSTAGE_ARM),y) -ROMSTAGE_ELF := romstage.elf -endif -ifeq ($(CONFIG_ARCH_ROMSTAGE_ARM64),y) -ROMSTAGE_ELF := romstage.elf -endif -ifeq ($(CONFIG_ARCH_ROMSTAGE_RISCV),y) -ROMSTAGE_ELF := romstage.elf -endif -ifeq ($(CONFIG_ARCH_ROMSTAGE_X86_32),y) -ROMSTAGE_ELF := romstage_xip.elf -endif - -$(obj)/coreboot.pre: $(objcbfs)/$(ROMSTAGE_ELF) $(obj)/coreboot.pre1 $(CBFSTOOL) +$(obj)/coreboot.pre: $(objcbfs)/romstage.elf $(obj)/coreboot.pre1 $(CBFSTOOL) @printf " CBFS $(subst $(obj)/,,$(@))\n" cp $(obj)/coreboot.pre1 $@.tmp $(CBFSTOOL) $@.tmp add-stage \ - -f $(objcbfs)/$(ROMSTAGE_ELF) \ + -f $(objcbfs)/romstage.elf \ -n $(CONFIG_CBFS_PREFIX)/romstage -c none \ $(CBFSTOOL_PRE_OPTS) mv $@.tmp $@ -- cgit v1.2.3