7c0c64e103
This change adds the wrapper code for the AMD Family12 cpus and the AMD Hudson-2 (SB900) southbridge to the cpu, northbridge and southbridge folders respectively. Change-Id: I22b6efe0017d0af03eaa36a1db1615e5f38da06c Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Signed-off-by: efdesign98 <efdesign98@gmail.com> Reviewed-on: http://review.coreboot.org/53 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
17 lines
794 B
Makefile
17 lines
794 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_SR5650) += sr5650
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SP5100) += sb700
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5530) += cs5530
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5535) += cs5535
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5536) += cs5536
|
|
subdirs-$(CONFIG_AMD_CIMX_SB800) += cimx
|
|
subdirs-$(CONFIG_AMD_CIMX_SB900) += cimx
|
|
|