786879777a
Prepare for FSP 1.1 integration by moving the FSP to a FSP 1.0 specific directory. See follow-on patches for sharing of common code. Change-Id: Ic58cb4074c65b91d119909132a012876d7ee7b74 Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/9970 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
4 lines
128 B
Makefile
4 lines
128 B
Makefile
subdirs-y += gma
|
|
subdirs-y += wifi
|
|
subdirs-$(CONFIG_PLATFORM_USES_FSP1_0) += fsp1_0
|
|
subdirs-$(CONFIG_DRIVER_INTEL_I210) += i210
|