Am Montag, den 12.10.2009, 13:58 -0600 schrieb Myles Watson: > Signed-off-by: Myles Watson <[email protected]>
+ -e "/^CONFIG_HAVE_MP_TABLE / d" \ + -e "/^CONFIG_HAVE_PIRQ_TABLE / d" \ + -e "/^CONFIG_HAVE_ACPI_TABLES / d" \ Why do you want to exclude these from comparison? + -e "/^CONFIG_IDE / d" \ that one is a curious case: it seems to be about the ide stream loader thingy (which doesn't really exist anymore), but it seems to be repurposed for some IDE drivers In src/southbridge/intel/i82801ca/Makefile.inc: driver-$(CONFIG_IDE) += i82801ca_ide.o Maybe that should be changed, and CONFIG_IDE be ignored Regards, Patrick -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

