aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/wilco/Makefile.inc
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2018-10-15 02:18:03 +0000
committerDuncan Laurie <dlaurie@chromium.org>2018-10-31 18:29:19 +0000
commitb0bf280be4dc084418188a9d02eb740bbbcd048a (patch)
treed3101185c7ee5352f1a40498a98e19a24c6abf5b /src/ec/google/wilco/Makefile.inc
parent5f6f1dab7d8d098b6b08406ad3a99b1c3ba4cd05 (diff)
ec/google/wilco: Add mailbox commands
Add basic supported mailbox commands for this embedded contrlller, and define some command functions to retrieve and print information about the EC. Change-Id: Ibcef7d58e1852fdb2e52b97acd4b51a26dd8cd77 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/29115 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/google/wilco/Makefile.inc')
-rw-r--r--src/ec/google/wilco/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/wilco/Makefile.inc b/src/ec/google/wilco/Makefile.inc
index 6130f6f36a..68172e3abe 100644
--- a/src/ec/google/wilco/Makefile.inc
+++ b/src/ec/google/wilco/Makefile.inc
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_EC_GOOGLE_WILCO),y)
-ramstage-y += mailbox.c
+ramstage-y += commands.c mailbox.c
endif