summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-08-02 13:53:20 -0700
committerChromeBot <chrome-bot@google.com>2013-08-02 18:22:57 -0700
commit219b02604cea6f5b9d245f49913544eae82b3694 (patch)
treef44851d34cde108e109f77b9a182cc03c1dfcbd2 /chip/lm4/build.mk
parenta566d8d9e42d6f25503e8c897a995fef0b6ae42b (diff)
downloadchrome-ec-219b02604cea6f5b9d245f49913544eae82b3694.tar.gz
Move onewire bus support from chip/lm4 to common
No functional changes; just moving file BUG=chrome-os-partner:21612 BRANCH=none TEST=onewire red / onewire green / onewire yellow all set the adapter LED (tested on link, since I don't have a bolt, but the EC chip and adapter are identical) Change-Id: I005abf871caafa39e82e88875b515c842a12d591 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/64376 Reviewed-by: Vic Yang <victoryang@chromium.org>
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 d9114a072e..0125ada892 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -18,7 +18,6 @@ chip-$(CONFIG_EEPROM)+=eeprom.o
chip-$(CONFIG_FLASH)+=flash.o
chip-$(CONFIG_I2C)+=i2c.o
chip-$(CONFIG_LPC)+=lpc.o
-chip-$(CONFIG_ONEWIRE)+=onewire.o
chip-$(CONFIG_PECI)+=peci.o
chip-$(CONFIG_PWM_FAN)+=pwm_fan.o
chip-$(CONFIG_PWM_KBLIGHT)+=pwm_kblight.o