summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorBin Meng <bin.meng@windriver.com>2020-10-14 14:34:52 +0800
committerTom Rini <trini@konsulko.com>2020-10-23 13:33:07 -0400
commit3bc0db11bace657112f475ed6c93f3afbb012fcd (patch)
treeca9faa11afaa8c63886773c7e4d801411cc22d41 /cmd/Makefile
parent3c7bb897183fb0d5617c34030857c264efe503d3 (diff)
downloadu-boot-3bc0db11bace657112f475ed6c93f3afbb012fcd.tar.gz
cmd: Add a 'misc' command to access miscellaneous devices
Enable the command "misc" for accessing miscellaneous devices with a MISC uclass driver. The command provides listing all MISC devices as well as read and write functionalities via their drivers. Signed-off-by: Bin Meng <bin.meng@windriver.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 c617474a63..da4e0600b2 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -94,6 +94,7 @@ obj-$(CONFIG_CMD_MEMORY) += mem.o
obj-$(CONFIG_CMD_IO) += io.o
obj-$(CONFIG_CMD_MFSL) += mfsl.o
obj-$(CONFIG_CMD_MII) += mii.o
+obj-$(CONFIG_CMD_MISC) += misc.o
obj-$(CONFIG_CMD_MDIO) += mdio.o
obj-$(CONFIG_CMD_SLEEP) += sleep.o
obj-$(CONFIG_CMD_MMC) += mmc.o