aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2014-04-25 14:12:13 -0600
committerMartin Roth <martin.roth@se-eng.com>2014-05-09 21:35:56 +0200
commita6427161c20bfb8319208dbbd08697a530a3839e (patch)
tree4ad4c81145fd958ac98690327fb79e30de7fd738 /src/drivers/intel/Makefile.inc
parentf18abab20047a23d7b29705ce274920ad36cd18a (diff)
Intel FSP: add a shared set of functions for the FSP
- Move the non chipset-specific fsp pieces out of the chipset into a shared area. This is used by northbridge / southbrige / SOC code. It pulls in pieces from Kconfig, Makefile and FSP specific code. - Enabled in the CPU code with a Kconfig "select PLATFORM_USES_FSP" Change-Id: I7ffa934c1df09b71d48a876a56e3b888685870b8 Signed-off-by: Martin Roth <gaumless@gmail.com> Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/5635 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/drivers/intel/Makefile.inc')
-rw-r--r--src/drivers/intel/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/intel/Makefile.inc b/src/drivers/intel/Makefile.inc
index eb8617c46d..12f700364e 100644
--- a/src/drivers/intel/Makefile.inc
+++ b/src/drivers/intel/Makefile.inc
@@ -1 +1,2 @@
subdirs-y += gma
+subdirs-$(CONFIG_PLATFORM_USES_FSP) += fsp