63e62b03a8
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6346 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
14 lines
660 B
Makefile
14 lines
660 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_SB800) += sb800
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5530) += cs5530
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5535) += cs5535
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5536) += cs5536
|
|
subdirs-$(CONFIG_AMD_CIMX_SB800) += cimx_wrapper
|
|
|