]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Makefile
fs: make it possible to read the filesystem UUID
[karo-tx-uboot.git] / common / Makefile
index 6cc4de8a73f6ab24a20760ded2d64e395b65a94f..508a0b28f5ad325ad4059d539a1fad3257884040 100644 (file)
@@ -188,6 +188,7 @@ obj-y += usb.o usb_hub.o
 obj-$(CONFIG_USB_STORAGE) += usb_storage.o
 endif
 obj-$(CONFIG_CMD_FASTBOOT) += cmd_fastboot.o
+obj-$(CONFIG_CMD_FS_UUID) += cmd_fs_uuid.o
 
 obj-$(CONFIG_CMD_USB_MASS_STORAGE) += cmd_usb_mass_storage.o
 obj-$(CONFIG_CMD_THOR_DOWNLOAD) += cmd_thordown.o