diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-07-05 18:15:45 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2019-07-07 13:23:46 +0000 |
commit | ebdafdb1a72f804675da3119c51c3363e3b830d5 (patch) | |
tree | ccace46391960c8985741f84fb23466e0b32574c | |
parent | 87fe4181727f97fa95b9f853981e06c156ee48b8 (diff) |
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>
-rw-r--r-- | src/soc/intel/icelake/Makefile.inc | 1 |
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 |