diff options
Diffstat (limited to 'src/southbridge/amd/sb700/Makefile.inc')
-rw-r--r-- | src/southbridge/amd/sb700/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb700/Makefile.inc b/src/southbridge/amd/sb700/Makefile.inc index 43f0df394a..8e8e0297db 100644 --- a/src/southbridge/amd/sb700/Makefile.inc +++ b/src/southbridge/amd/sb700/Makefile.inc @@ -6,6 +6,6 @@ driver-y += ide.c driver-y += sata.c driver-y += hda.c driver-y += pci.c -ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += sb700_fadt.c +ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.c ramstage-y += reset.c romstage-y += enable_usbdebug.c |