[coreboot] [commit] r6518 - trunk/src/southbridge/intel/i82371eb

repository service svn at coreboot.org
Tue Apr 19 21:21:27 CEST 2011


Author: oxygene
Date: Tue Apr 19 21:21:27 2011
New Revision: 6518
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6518

Log:
Fix compilation of all i82371eb boards when ACPI tables aren't generated

Signed-off-by: Idwer Vollering <vidwer at gmail.com>
Acked-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Modified:
   trunk/src/southbridge/intel/i82371eb/Makefile.inc

Modified: trunk/src/southbridge/intel/i82371eb/Makefile.inc
==============================================================================
--- trunk/src/southbridge/intel/i82371eb/Makefile.inc	Tue Apr 19 08:40:56 2011	(r6517)
+++ trunk/src/southbridge/intel/i82371eb/Makefile.inc	Tue Apr 19 21:21:27 2011	(r6518)
@@ -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




More information about the coreboot mailing list