aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/i82371eb/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82371eb/Makefile.inc b/src/southbridge/intel/i82371eb/Makefile.inc
index 6b27af3c4a..940a17d2b5 100644
--- a/src/southbridge/intel/i82371eb/Makefile.inc
+++ b/src/southbridge/intel/i82371eb/Makefile.inc
@@ -24,8 +24,8 @@ driver-y += ide.c
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