X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2FMakefile;h=22aad126bc2b6c2e95be088f70cb8694e1c9741c;hb=68bb829500103a758b57c9c3526747ad7201f337;hp=8bbd5632493cf7ab4b6e87b87a3788281aa62455;hpb=08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878;p=u-boot diff --git a/fs/Makefile b/fs/Makefile index 8bbd563249..22aad126bc 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -29,6 +29,7 @@ subdirs-$(CONFIG_CMD_FDOS) += fdos subdirs-$(CONFIG_CMD_JFFS2) += jffs2 subdirs-$(CONFIG_CMD_REISER) += reiserfs subdirs-$(CONFIG_YAFFS2) += yaffs2 +subdirs-$(CONFIG_CMD_UBIFS) += ubifs SUBDIRS := $(subdirs-y)