summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-04-27 15:17:57 +0200
committerTom Rini <trini@konsulko.com>2018-05-08 18:50:23 -0400
commit051ebe322800c5d9d382e67db51d1982d94ac7b7 (patch)
tree0dc9c9f06a6f46a6ca88fca5560d2cbf40c6b0f8 /cmd/Makefile
parente097ce4304056452704f54245e28a6badb59fe06 (diff)
cmd: add ADC cli commands
Add an 'adc' cli command to get information from adc devices and to read "single shot" data. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index d7349023a44..0d7322ee0a4 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -12,6 +12,7 @@ obj-y += version.o
# command
obj-$(CONFIG_CMD_AES) += aes.o
+obj-$(CONFIG_CMD_ADC) += adc.o
obj-$(CONFIG_CMD_ARMFLASH) += armflash.o
obj-y += blk_common.o
obj-$(CONFIG_SOURCE) += source.o