f1fe237a2a
Makefile and Kconfig. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5222 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
12 lines
562 B
Makefile
12 lines
562 B
Makefile
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_AMD8111) += amd8111
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_AMD8131) += amd8131
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_AMD8112) += amd8132
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_AMD8151) += amd8151
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_RS690) += rs690
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB600) += sb600
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_RS780) += rs780
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB700) += sb700
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5530) += cs5530
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5535) += cs5535
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5536) += cs5536
|
|
|