summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2018-09-18 10:35:33 +0300
committerTom Rini <trini@konsulko.com>2018-09-29 03:22:36 +0300
commitd05266f7c5bc4bbee7535804fea3388fe163a2dd (patch)
tree29795facf833d3a23be0ad6ea9ddd30cf93b17b3 /cmd/Makefile
parent6a984d66b12d1ddc7745b005e24b099bed2fd271 (diff)
downloadu-boot-d05266f7c5bc4bbee7535804fea3388fe163a2dd.tar.xz
w1: add command for onewire protocol
Add basic command for bus information and read for onewire bus using Dallas 1-Wire protocol. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.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 d3815abf26..9e311a79c0 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -146,6 +146,7 @@ obj-$(CONFIG_CMD_THOR_DOWNLOAD) += thordown.o
obj-$(CONFIG_CMD_XIMG) += ximg.o
obj-$(CONFIG_CMD_YAFFS2) += yaffs2.o
obj-$(CONFIG_CMD_SPL) += spl.o
+obj-$(CONFIG_CMD_W1) += w1.o
obj-$(CONFIG_CMD_ZIP) += zip.o
obj-$(CONFIG_CMD_ZFS) += zfs.o