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:
parent
b18f9b0ff4
commit
4c50cb2457
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue