aboutsummaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-10-15 18:24:40 +0530
committerTom Rini <trini@konsulko.com>2019-10-23 20:47:12 -0400
commita539c8bd7dffa144bdc4826d5858a515f626856f (patch)
tree801680501fda2dadefd15b0d1b24ed872b8f4cfe /cmd/Makefile
parent991e8a5ab8a372dfdf872437cafc9c0b44bdc046 (diff)
downloadu-boot-a539c8bd7dffa144bdc4826d5858a515f626856f.zip
u-boot-a539c8bd7dffa144bdc4826d5858a515f626856f.tar.gz
u-boot-a539c8bd7dffa144bdc4826d5858a515f626856f.tar.bz2
cmd: Add Support for UFS commands
Add Support for commands to initialize and configure UFS devices. TODO: Add Support for commands to resize and reconfigure LUNs Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index ac843b4..2d723ea 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -144,7 +144,7 @@ obj-$(CONFIG_CMD_UNZIP) += unzip.o
obj-$(CONFIG_CMD_VIRTIO) += virtio.o
obj-$(CONFIG_CMD_WDT) += wdt.o
obj-$(CONFIG_CMD_LZMADEC) += lzmadec.o
-
+obj-$(CONFIG_CMD_UFS) += ufs.o
obj-$(CONFIG_CMD_USB) += usb.o disk.o
obj-$(CONFIG_CMD_FASTBOOT) += fastboot.o
obj-$(CONFIG_CMD_FS_UUID) += fs_uuid.o