* Idwer Vollering <[email protected]> [110401 20:29]: > Signed-off-by: Idwer Vollering <[email protected]> > > --- > > Index: src/southbridge/intel/i82371eb/Makefile.inc > =================================================================== > --- src/southbridge/intel/i82371eb/Makefile.inc (revision 6474) > +++ src/southbridge/intel/i82371eb/Makefile.inc (working copy) > @@ -24,8 +24,10 @@ > driver-y += usb.c > driver-y += smbus.c > driver-y += reset.c > +ifeq ($(CONFIG_GENERATE_ACPI_TABLES),y) > driver-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c > driver-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c > +endif >
should this just be driver-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.c driver-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.c instead? -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

