[coreboot] [PATCH]Use cbfs-files-y for normal file additions

Patrick Georgi patrick at georgi-clan.de
Sun Jan 30 17:38:40 CET 2011


Am 29.01.2011 11:22, schrieb Peter Stuge:
>> +cbfs-files-$(CONFIG_VGA_BIOS) += pci$(call strip_quotes,$(CONFIG_VGA_BIOS_ID)).rom
>> +pci$(CONFIG_VGA_BIOS_ID)-file := $(call strip_quotes,$(CONFIG_VGA_BIOS_FILE))
>> +pci$(CONFIG_VGA_BIOS_ID)-type := optionrom
> 
> These last two need .rom as well, right?
You're right. I also replicated the strip_quotes call to the two later
lines.

Committed as r6320


Patrick




More information about the coreboot mailing list