diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2010-12-11 22:41:31 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2010-12-11 22:41:31 +0000 |
commit | e8191b4b2ab650cc31f4d8f4231b92c460cf5c60 (patch) | |
tree | a59f6b27afd1e05ecc5d08ecd07c167690204406 /src/southbridge/amd/sb700/Makefile.inc | |
parent | 3310934f32e683b6092b565773081434cba19ecf (diff) | |
download | coreboot-e8191b4b2ab650cc31f4d8f4231b92c460cf5c60.tar.xz |
I was bitten by the rename, this is part of r6165.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6166 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |