From 6c285c09941dfb1924b037476e823ecff20c897d Mon Sep 17 00:00:00 2001 From: ChromeOS Developer Date: Fri, 15 Mar 2013 14:55:53 -0700 Subject: Move external power detect for link to its own file Now that it doesn't need to leverage SWITCH_TASK to send the AC_CHANGE notification, pure GPIO-based external power detection can move from switch.c to its own file. BUG=chrome-os-partner:18256 BRANCH=none TEST=add AC power, UI shows charging indicator; remove AC, indicator goes away Change-Id: Id495f34185b7d971c241ac6d0a8311a6bf544507 Signed-off-by: Randall Spangler Reviewed-on: https://gerrit.chromium.org/gerrit/45789 --- common/build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common/build.mk') diff --git a/common/build.mk b/common/build.mk index 6c91b25d8a..9ea9322a23 100644 --- a/common/build.mk +++ b/common/build.mk @@ -14,6 +14,7 @@ common-$(CONFIG_BATTERY_LINK)+=battery_link.o common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o common-$(CONFIG_PMU_TPS65090)+=pmu_tps65090.o pmu_tps65090_charger.o common-$(CONFIG_EOPTION)+=eoption.o +common-$(CONFIG_EXTPOWER_GPIO)+=extpower_gpio.o common-$(CONFIG_FLASH)+=flash_common.o fmap.o common-$(CONFIG_I2C)+=i2c_commands.o common-$(CONFIG_IR357x)+=ir357x.o -- cgit v1.2.1