aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2011-04-19 19:21:27 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-04-19 19:21:27 +0000
commit4c50cb24576d962ef266cc6d24123c5ec0c5fae1 (patch)
tree9acdb9f29ac4a9384c1c762aa5d75e953a0e5127 /src/southbridge/intel/i82371eb
parentb18f9b0ff47df16d076c17b0a5ce6e1957984562 (diff)
Fix compilation of all i82371eb boards when ACPI tables aren't generated
Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6518 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82371eb')
-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