Modified: trunk/Makefile
==== --- trunk/Makefile Tue Mar 16 17:59:03 2010 (r5225) +++ trunk/Makefile Tue Mar 16 20:01:32 2010 (r5226) @@ -85,10 +85,12 @@ endif endif
+strip_quotes = $(subst ",,$(subst ",,$(1)))
Modified: trunk/src/arch/i386/Makefile.inc
==== --- trunk/src/arch/i386/Makefile.inc Tue Mar 16 17:59:03 2010 (r5225) +++ trunk/src/arch/i386/Makefile.inc Tue Mar 16 20:01:32 2010 (r5226) -$(obj)/coreboot.rom: $(obj)/coreboot.pre $(obj)/coreboot_ram $(CBFSTOOL) $(COREBOOT_ROM_DEPENDENCIES)
It doesn't seem like you need this one. Can we just define it in the top Makefile?
+strip_quotes = $(subst ",,$(subst ",,$(1)))
Thanks, Myles