Use NORTHBRIDGE_INTEL_I945 to select the driver directory for build. Use _SUBTYPE_945GC and _SUBTYPE_945GM to define at compile-time which model of I945 the driver is built for. Change-Id: I11b1e0998d0fc28f8946bad4f0989036a9b18af4 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/684 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
14 lines
663 B
Makefile
14 lines
663 B
Makefile
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_E7501) += e7501
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_E7505) += e7505
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_E7520) += e7520
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_E7525) += e7525
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I3100) += i3100
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I440BX) += i440bx
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I440LX) += i440lx
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I82810) += i82810
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I82830) += i82830
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I855) += i855
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I945) += i945
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_SCH) += sch
|
|
subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I5000) += i5000
|