X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2FMakefile;h=22aad126bc2b6c2e95be088f70cb8694e1c9741c;hb=9eefe2a2b37a838558e3d213a9f5519503d0c180;hp=118ae78f2d37d46f0f56f48763a7cc9aa88b59b9;hpb=45b3fd28152ed8c52f2dad06a422ac6e95cd48fd;p=u-boot diff --git a/fs/Makefile b/fs/Makefile index 118ae78f2d..22aad126bc 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,16 @@ # # -SUBDIRS := romfs jffs2 cramfs fdos fat reiserfs ext2 +subdirs-$(CONFIG_CMD_CRAMFS) := cramfs +subdirs-$(CONFIG_CMD_EXT2) += ext2 +subdirs-$(CONFIG_CMD_FAT) += fat +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) $(obj).depend all: @for dir in $(SUBDIRS) ; do \