[email protected] wrote: > +#pci_rom ../../../misc/kontron-pci8086,27a2.rom vendor_id=0x8086 > device_id=0x27a2
Can we improve these relative paths somehow? Maybe use a variable as top instead? $(TOP)/misc/ ... ? Absolute or relative does not matter, but so many parent directories is horrible to have to keep track of. And vendor_id/device_id looks like they will become highly redundant. I'd like to either leave out the filename or the ids. Comments? //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

