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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to