diff options
author | Zheng Bao <zheng.bao@amd.com> | 2011-01-20 04:45:48 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2011-01-20 04:45:48 +0000 |
commit | d098575b0e8440da33eceaf715967ea8273bbaf2 (patch) | |
tree | 10bb69008c6f512fa1bf9ac0563679ca63510471 /src/southbridge/amd/sb800/Makefile.inc | |
parent | dd676ddc54f8d210f9c62a0f6a259dd4482c9b1b (diff) | |
download | coreboot-d098575b0e8440da33eceaf715967ea8273bbaf2.tar.xz |
This sb800 code is derived from sb700.
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6277 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb800/Makefile.inc')
-rw-r--r-- | src/southbridge/amd/sb800/Makefile.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb800/Makefile.inc b/src/southbridge/amd/sb800/Makefile.inc new file mode 100644 index 0000000000..7a42fdd4d8 --- /dev/null +++ b/src/southbridge/amd/sb800/Makefile.inc @@ -0,0 +1,12 @@ +driver-y += sb800.c +driver-y += usb.c +driver-y += lpc.c +driver-y += sm.c +driver-y += ide.c +driver-y += sata.c +driver-y += hda.c +driver-y += pci.c +driver-y += pcie.c +ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.c +ramstage-y += reset.c +romstage-y += enable_usbdebug.c |