summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-15 12:29:08 -0700
committerChromeBot <chrome-bot@google.com>2013-07-17 10:49:48 -0700
commitdf79191f84c0de882263c5862c9ec687be77d50c (patch)
treee79503c896dc1941f368db31c284255565533842 /chip/lm4/build.mk
parent672057cb7e242574079b05e3028c0e337aa450e5 (diff)
downloadchrome-ec-df79191f84c0de882263c5862c9ec687be77d50c.tar.gz
Move switch module from chip/lm4 to common
There's nothing LM4-specific about the switch module; it's just checking GPIOs and updating a memory-mapped register. No code changes; just moving a file. BUG=chrome-os-partner:18343 BRANCH=none TEST=verify switch.c is compiled for link and falco, but not pit or spring Change-Id: I186f3aac1405c7ba8d94b47bb2586c2ad191daba Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/61930
Diffstat (limited to 'chip/lm4/build.mk')
-rw-r--r--chip/lm4/build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index 39b14a5e77..d9114a072e 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -23,6 +23,5 @@ chip-$(CONFIG_PECI)+=peci.o
chip-$(CONFIG_PWM_FAN)+=pwm_fan.o
chip-$(CONFIG_PWM_KBLIGHT)+=pwm_kblight.o
chip-$(CONFIG_SPI)+=spi.o
-chip-$(CONFIG_SWITCH)+=switch.o
chip-$(CONFIG_WATCHDOG)+=watchdog.o
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o