summaryrefslogtreecommitdiff
path: root/chip/host/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/build.mk')
-rw-r--r--chip/host/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/host/build.mk b/chip/host/build.mk
index 3b71e676a4..8b7ab0efc2 100644
--- a/chip/host/build.mk
+++ b/chip/host/build.mk
@@ -9,7 +9,7 @@
CORE:=host
chip-y=clock.o flash.o gpio.o i2c.o lpc.o persistence.o reboot.o registers.o \
- spi_master.o system.o trng.o uart.o
+ spi_controller.o system.o trng.o uart.o
ifndef CONFIG_KEYBOARD_NOT_RAW
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o
endif