diff options
| author | Eugen Hristev <[email protected]> | 2018-09-18 10:35:33 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-28 20:22:36 -0400 |
| commit | d05266f7c5bc4bbee7535804fea3388fe163a2dd (patch) | |
| tree | 29795facf833d3a23be0ad6ea9ddd30cf93b17b3 /cmd/Makefile | |
| parent | 6a984d66b12d1ddc7745b005e24b099bed2fd271 (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index d3815abf267..9e311a79c03 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 |
