* Idwer Vollering <[email protected]> [110401 23:00]: > V2. > > Signed-off-by: Idwer Vollering <[email protected]>
Acked-by: Stefan Reinauer <[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,8 @@ > driver-y += usb.c > driver-y += smbus.c > driver-y += reset.c > -driver-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c > -driver-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c > +driver-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.c > +driver-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.c > > romstage-y += early_pm.c > romstage-y += early_smbus.c > > -- > coreboot mailing list: [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot > -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

