From 11b1eb994cedef869618bff5368859d9b3c99b1d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 16 Mar 2010 19:23:17 +0000 Subject: Left over strip_quotes definition. Top level Makefile already provides this. Thanks Myles for catching this. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5227 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/i386') diff --git a/src/arch/i386/Makefile.inc b/src/arch/i386/Makefile.inc index 3ead1de45d..1cb1e37919 100644 --- a/src/arch/i386/Makefile.inc +++ b/src/arch/i386/Makefile.inc @@ -24,7 +24,6 @@ endif ifeq ($(CONFIG_BOOTSPLASH),y) COREBOOT_ROM_DEPENDENCIES+=$(CONFIG_FALLBACK_BOOTSPLASH_FILE) endif -strip_quotes = $(subst ",,$(subst \",,$(1))) $(obj)/coreboot.rom: $(obj)/coreboot.pre $(obj)/coreboot_ram $(CBFSTOOL) $(call strip_quotes,$(COREBOOT_ROM_DEPENDENCIES)) cp $(obj)/coreboot.pre $@.tmp if [ -f fallback/coreboot_apc ]; \ -- cgit v1.2.3