summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 11:51:01 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:45 +0000
commit26d8175b4845587a3ed30f9c2a7c5a7d37865bcd (patch)
treee87f1209b4e53582e819b2b5469c7b44ba8ad5b6 /chip/g/build.mk
parenteb813744e390921b3ef799df3e445eae0ee46432 (diff)
downloadchrome-ec-26d8175b4845587a3ed30f9c2a7c5a7d37865bcd.tar.gz
coil: rename spi_master to spi_controller
BUG=b:175244613 TEST=make buildall -j Change-Id: If7b5829294a3d4d8a68042f1a8d449e8e6ef158e Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615124 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'chip/g/build.mk')
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index e9e4d885a5..51721fbf0d 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -59,7 +59,7 @@ endif
endif
chip-$(CONFIG_DCRYPTO)+= dcrypto/x509.o
-chip-$(CONFIG_SPI_CONTROLLER)+=spi_master.o
+chip-$(CONFIG_SPI_CONTROLLER)+=spi_controller.o
chip-y+= jitter.o
chip-y+= pmu.o