35e1c861f5
Use separate Kconfig option to select a driver directory for build and the specific type of southbridge to support. Change-Id: I9482d4ea0f0234b9b7ff38144e45022ab95cf3f3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/685 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
5 lines
207 B
Makefile
5 lines
207 B
Makefile
subdirs-$(CONFIG_SOUTHBRIDGE_VIA_K8T890) += k8t890
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_VIA_VT8231) += vt8231
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_VIA_VT8235) += vt8235
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_VIA_VT8237R) += vt8237r
|
|
|