summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-10-29 14:36:34 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-30 23:10:07 +0000
commit034e96c128d0e1ee7c100c47456c2159a133288c (patch)
tree3440ef921b08e7d759b8d6e3a60140cc11aef4f7 /chip/lm4/build.mk
parent9dff30d466c5dfa0e90990d3106ffefe23e8d979 (diff)
downloadchrome-ec-034e96c128d0e1ee7c100c47456c2159a133288c.tar.gz
Rename CONFIG_FAN to CONFIG_FANS
Instead of just configuring fan support as yes/no, we'll use it to specify the number of fans on the board. Undefined (not zero!) means no fan support at all. Syntax change only. No new functionality. BUG=chrome-os-partner:23530 BRANCH=none TEST=manual make runtests, build all platforms, build and test on Link. Change-Id: Iff65efa69e05f3e1a54fdc2a8da9001b4e8487ca Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175150
Diffstat (limited to 'chip/lm4/build.mk')
-rw-r--r--chip/lm4/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index 234c86b669..f6472aae92 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -15,7 +15,7 @@ chip-y=clock.o gpio.o hwtimer.o jtag.o system.o uart.o
# Optional chip modules
chip-$(CONFIG_ADC)+=adc.o chip_temp_sensor.o
chip-$(CONFIG_EEPROM)+=eeprom.o
-chip-$(CONFIG_FAN)+=fan.o
+chip-$(CONFIG_FANS)+=fan.o
chip-$(CONFIG_FLASH)+=flash.o
chip-$(CONFIG_I2C)+=i2c.o
chip-$(CONFIG_LPC)+=lpc.o