summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2016-03-30 16:24:37 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-07 13:00:39 -0700
commit8264b91a5b6769d3ed42849befcdcb4e3cbe3448 (patch)
treee61e57669ecd962f89c86abc051c4950ecd7de8c /chip/g/build.mk
parentfa643a9fc754e6a5c18181ecb928fa9a5c12e7ae (diff)
downloadchrome-ec-8264b91a5b6769d3ed42849befcdcb4e3cbe3448.tar.gz
cr50: export AP and EC UART through USB
Add support for exporting the EC and AP UARTs to USB. BUG=chrome-os-partner:50702 BRANCH=none TEST=Verify the EC and AP UARTs are forwarded to the EC and AP endpoints Change-Id: Icaeb7929dbaaf71a40f0752aa6cb5a2319373651 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/336317 Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'chip/g/build.mk')
-rw-r--r--chip/g/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index e3f283c97f..959a0f51cf 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -49,6 +49,7 @@ chip-$(CONFIG_USB_CONSOLE)+=usb_console.o
chip-$(CONFIG_USB_HID)+=usb_hid.o
chip-$(CONFIG_USB_BLOB)+=blob.o
chip-$(CONFIG_STREAM_USB)+=usb-stream.o
+chip-$(CONFIG_STREAM_USART)+=usart.o
chip-$(CONFIG_LOW_POWER_IDLE)+=idle.o