summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-09-04 14:46:35 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-09-05 03:10:54 +0000
commit3f2eba22c5d3e771904f6451a4b63a41cc6964cb (patch)
tree04358b4424d5597f8bd1864f277729c7c2f5961b /common/build.mk
parentb36222723b071e003729f75c11d9c42d812abbe3 (diff)
downloadchrome-ec-3f2eba22c5d3e771904f6451a4b63a41cc6964cb.tar.gz
Add a generic get/set host command
This adds EC_CMD_GET_SET_VALUE to the list of host commands. We have a bunch of single-value getter/setter commands, which is wasteful. This is a start towards unifying them into a simpler command. BUG=chromium:285358 BRANCH=ToT,falco TEST=none There's nothing to test just yet. This just adds the command and some basic interfaces. A future commit will make use of it. Change-Id: Iee986b9d273b422bb06f3a0c9b7af50617f03d7f Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/168083 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index 9d28ea307b..143a7e0576 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -8,7 +8,7 @@
common-y=main.o util.o console_output.o uart_buffering.o
common-y+=memory_commands.o shared_mem.o system_common.o hooks.o
-common-y+=gpio_common.o version.o printf.o queue.o
+common-y+=gpio_common.o version.o printf.o queue.o getset.o
common-$(BOARD_bolt)+=battery_link.o
common-$(BOARD_daisy)+=extpower_snow.o