summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/lm4/build.mk1
-rw-r--r--common/build.mk1
-rw-r--r--common/onewire.c (renamed from chip/lm4/onewire.c)0
3 files changed, 1 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
diff --git a/common/build.mk b/common/build.mk
index d016bc0f35..c6c7577153 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -50,6 +50,7 @@ common-$(CONFIG_LED_DRIVER_DS2413)+=led_driver_ds2413.o
common-$(CONFIG_LED_DRIVER_LP5562)+=led_driver_lp5562.o led_lp5562.o
common-$(CONFIG_LID_SWITCH)+=lid_switch.o
common-$(CONFIG_LPC)+=port80.o
+common-$(CONFIG_ONEWIRE)+=onewire.o
common-$(CONFIG_POWER_BUTTON)+=power_button.o
common-$(CONFIG_POWER_BUTTON_X86)+=power_button_x86.o
common-$(CONFIG_PSTORE)+=pstore_commands.o
diff --git a/chip/lm4/onewire.c b/common/onewire.c
index e57d6db5a1..e57d6db5a1 100644
--- a/chip/lm4/onewire.c
+++ b/common/onewire.c