which uses it. Compiles, but not boot tested lately. Many things missing (eg. SMM support, proper ACPI, ...) Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 lines
654 B
Makefile
13 lines
654 B
Makefile
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_ESB6300) += esb6300
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I3100) += i3100
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82371EB) += i82371eb
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82801AX) += i82801ax
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82801BX) += i82801bx
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82801CX) += i82801cx
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82801DX) += i82801dx
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82801EX) += i82801ex
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82801GX) += i82801gx
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_I82870) += i82870
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_PXHD) += pxhd
|
|
subdirs-$(CONFIG_SOUTHBRIDGE_INTEL_SCH) += sch
|