summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-19 19:23:38 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-03 09:06:09 +0000
commita4cd9117daee91ab4ffb8ab6e8d7d62142920585 (patch)
treedb6c240e8fefd62ac887e902005dc195c7aea728 /src/soc/intel/skylake/Makefile.inc
parent482d3a1f035b0638277f122d4b9ffa806dd4ceff (diff)
downloadcoreboot-a4cd9117daee91ab4ffb8ab6e8d7d62142920585.tar.gz
coreboot-a4cd9117daee91ab4ffb8ab6e8d7d62142920585.tar.bz2
coreboot-a4cd9117daee91ab4ffb8ab6e8d7d62142920585.zip
soc/intel: Factor out common smmrelocate.c
There are seven identical copies of the same file. One is enough. Change-Id: I68c023029ec45ecfaab0e756fce774674bb02871 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50937 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake/Makefile.inc')
-rw-r--r--src/soc/intel/skylake/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc
index 1d36feb43828..1a4f740156a0 100644
--- a/src/soc/intel/skylake/Makefile.inc
+++ b/src/soc/intel/skylake/Makefile.inc
@@ -57,7 +57,6 @@ ramstage-y += pmc.c
ramstage-y += pmutil.c
ramstage-y += reset.c
ramstage-y += sd.c
-ramstage-y += smmrelocate.c
ramstage-y += spi.c
ramstage-y += systemagent.c
ramstage-y += uart.c