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
This commit is contained in:
Idwer Vollering 2011-04-19 19:21:27 +00:00 committed by Patrick Georgi
parent b18f9b0ff4
commit 4c50cb2457
1 changed files with 2 additions and 2 deletions

View File

@ -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