summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-04-07 09:13:42 -0700
committerSimon Glass <sjg@chromium.org>2012-04-11 11:57:43 -0700
commit84ee7cd80364cb9333c6dc912f41194fb3215ae9 (patch)
tree64081e1f0463f70374e550a255a1c487d9a9e40f /common/build.mk
parent66052e8b119144ba50d0d22e4e79c95ada9487c8 (diff)
downloadchrome-ec-84ee7cd80364cb9333c6dc912f41194fb3215ae9.tar.gz
Add a message format and processing function
Whatever means is used to talk to the AP there is no justifcation for putting message processing directly in drivers. Create a suitable header file to define the interface, and provide a processing function which can provide responses to incoming messages. BUG=chromium-os:28925 TEST=build on daisy and discovery; run on daisy Change-Id: If09ea3e30d42d8c5f226dc4421d4895adc54f937 Signed-off-by: Simon Glass <sjg@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 c79732ad42..dd5f814753 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -5,7 +5,7 @@
# Common files build
#
-common-y=main.o util.o console.o vboot.o uart_buffering.o
+common-y=main.o message.o util.o console.o vboot.o uart_buffering.o
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