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.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index 83ff3f15d5..26419d3a04 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -26,4 +26,6 @@ chip-$(CONFIG_PECI)+=peci.o
chip-$(CONFIG_PWM)+=pwm.o fan.o
chip-$(CONFIG_SPI)+=spi.o
chip-$(CONFIG_WATCHDOG)+=watchdog.o
+ifndef CONFIG_KEYBOARD_NOT_RAW
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o
+endif