X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=fs%2FMakefile;h=22aad126bc2b6c2e95be088f70cb8694e1c9741c;hb=f3f91f886bc8927fd692ac411b7423a87ffec532;hp=273d90e011b90afc1d32ca706abc21e11913a67a;hpb=64cd52efd1dc51a4a5a0cf10efe5362fab27de29;p=oweals%2Fu-boot.git diff --git a/fs/Makefile b/fs/Makefile index 273d90e011..22aad126bc 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,16 @@ # # -SUBDIRS := 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 \