Left over strip_quotes definition. Top level Makefile
already provides this. Thanks Myles for catching this. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5227 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a84e98bd5f
commit
11b1eb994c
|
@ -24,7 +24,6 @@ endif
|
||||||
ifeq ($(CONFIG_BOOTSPLASH),y)
|
ifeq ($(CONFIG_BOOTSPLASH),y)
|
||||||
COREBOOT_ROM_DEPENDENCIES+=$(CONFIG_FALLBACK_BOOTSPLASH_FILE)
|
COREBOOT_ROM_DEPENDENCIES+=$(CONFIG_FALLBACK_BOOTSPLASH_FILE)
|
||||||
endif
|
endif
|
||||||
strip_quotes = $(subst ",,$(subst \",,$(1)))
|
|
||||||
$(obj)/coreboot.rom: $(obj)/coreboot.pre $(obj)/coreboot_ram $(CBFSTOOL) $(call strip_quotes,$(COREBOOT_ROM_DEPENDENCIES))
|
$(obj)/coreboot.rom: $(obj)/coreboot.pre $(obj)/coreboot_ram $(CBFSTOOL) $(call strip_quotes,$(COREBOOT_ROM_DEPENDENCIES))
|
||||||
cp $(obj)/coreboot.pre $@.tmp
|
cp $(obj)/coreboot.pre $@.tmp
|
||||||
if [ -f fallback/coreboot_apc ]; \
|
if [ -f fallback/coreboot_apc ]; \
|
||||||
|
|
Loading…
Reference in New Issue