summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/build.mk')
-rw-r--r--chip/lm4/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index fe9afa1971..143c76f88e 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -20,6 +20,7 @@ chip-$(CONFIG_I2C)+=i2c.o
chip-$(CONFIG_LPC)+=lpc.o
chip-$(CONFIG_ONEWIRE)+=onewire.o
chip-$(CONFIG_PECI)+=peci.o
+chip-$(CONFIG_SPI)+=spi.o
chip-$(CONFIG_TASK_PWM)+=pwm.o
chip-$(CONFIG_TASK_KEYSCAN)+=keyboard_scan.o
chip-$(CONFIG_TASK_POWERBTN)+=power_button.o