summaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake/Makefile.inc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-07-05 18:15:45 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-07-07 13:23:46 +0000
commitebdafdb1a72f804675da3119c51c3363e3b830d5 (patch)
treeccace46391960c8985741f84fb23466e0b32574c /src/soc/intel/icelake/Makefile.inc
parent87fe4181727f97fa95b9f853981e06c156ee48b8 (diff)
downloadcoreboot-ebdafdb1a72f804675da3119c51c3363e3b830d5.tar.xz
soc/intel/icelake: Remove redundant gpio.c from Makefile.inc
Change-Id: Ibddc2363e9bfea9ae41e4807435acb2e788dcb93 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34088 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/icelake/Makefile.inc')
-rw-r--r--src/soc/intel/icelake/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/icelake/Makefile.inc b/src/soc/intel/icelake/Makefile.inc
index 0d4e32d131..cd029343bf 100644
--- a/src/soc/intel/icelake/Makefile.inc
+++ b/src/soc/intel/icelake/Makefile.inc
@@ -42,7 +42,6 @@ ramstage-y += fsp_params.c
ramstage-y += gpio.c
ramstage-y += graphics.c
ramstage-y += gspi.c
-ramstage-y += gpio.c
ramstage-y += i2c.c
ramstage-y += lockdown.c
ramstage-y += memmap.c