aboutsummaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2020-07-24 18:19:47 +0200
committerSimon Glass <sjg@chromium.org>2020-07-28 19:30:39 -0600
commit325141a6eab0d21c928a4c36aa9b6873bb672dab (patch)
treec469de18160ecc03aac85d6a9ae624aa045312bc /cmd/Makefile
parent486b973ee9b9bd89ff53bc9d3d1cff4ada73eb36 (diff)
downloadu-boot-325141a6eab0d21c928a4c36aa9b6873bb672dab.zip
u-boot-325141a6eab0d21c928a4c36aa9b6873bb672dab.tar.gz
u-boot-325141a6eab0d21c928a4c36aa9b6873bb672dab.tar.bz2
cmd: button: add a new 'button' command
Adds a command 'button' that provides the list of buttons supported by the board, and the state of a button. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.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 7952138..6e0086b 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o
obj-$(CONFIG_CMD_BOOTZ) += bootz.o
obj-$(CONFIG_CMD_BOOTI) += booti.o
obj-$(CONFIG_CMD_BTRFS) += btrfs.o
+obj-$(CONFIG_CMD_BUTTON) += button.o
obj-$(CONFIG_CMD_CACHE) += cache.o
obj-$(CONFIG_CMD_CBFS) += cbfs.o
obj-$(CONFIG_CMD_CLK) += clk.o