As currently many systems would be barely functional without ACPI, always generate ACPI tables if supported. Change-Id: I372dbd03101030c904dab153552a1291f3b63518 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4609 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
17 lines
435 B
Makefile
17 lines
435 B
Makefile
ramstage-y += sb700.c
|
|
ramstage-y += usb.c
|
|
ramstage-y += lpc.c
|
|
ramstage-y += smbus.c
|
|
ramstage-y += sm.c
|
|
ramstage-y += ide.c
|
|
ramstage-y += sata.c
|
|
ramstage-y += hda.c
|
|
ramstage-y += pci.c
|
|
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
|
|
romstage-y += reset.c
|
|
ramstage-y += reset.c
|
|
romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += enable_usbdebug.c
|
|
ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
|
|
|
|
romstage-y += early_setup.c
|
|
romstage-y += smbus.c
|