summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-04-10 13:50:29 -0700
committerRandall Spangler <rspangler@chromium.org>2012-04-10 14:09:40 -0700
commit322eebbae40c6e4450ab4867de31d56e37471436 (patch)
tree22957b3bdd4eef72730bb36a6b1aebd4b3a39002 /common/build.mk
parenteac723c3e5567a8c968e25773da9875bd1e66e1e (diff)
downloadchrome-ec-322eebbae40c6e4450ab4867de31d56e37471436.tar.gz
Add fake developer switch
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:8884 TEST=manual optget fake_dev_switch --> 0 optset fake_dev_switch 1 optget fake_dev_switch --> 1 optset fake_dev_switch 0 optget fake_dev_switch --> 0 Reboot by holding ESC+D and tapping power optget fake_dev_switch --> 1 Reboot by holding ESC+F and tapping power optget fake_dev_switch --> 0 Change-Id: Iccb3bc8b3d571e551e204892769efc4161858055
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/build.mk b/common/build.mk
index 0cb7c401e7..c79732ad42 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -10,6 +10,7 @@ common-y+=memory_commands.o shared_mem.o system_common.o
common-y+=gpio_commands.o version.o
common-$(CONFIG_BATTERY_ATL706486)+=battery_atl706486.o
common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o
+common-$(CONFIG_EOPTION)+=eoption.o
common-$(CONFIG_FLASH)+=flash_common.o flash_commands.o
common-$(CONFIG_LIGHTBAR)+=lightbar.o
common-$(CONFIG_LPC)+=port80.o host_event_commands.o