X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=fs%2FMakefile;h=8bbd5632493cf7ab4b6e87b87a3788281aa62455;hb=362c943347364e9373af4c5530778491ab56ec2e;hp=118ae78f2d37d46f0f56f48763a7cc9aa88b59b9;hpb=19909edb97140a5ea3139705589bb90e023ab5e1;p=oweals%2Fu-boot.git diff --git a/fs/Makefile b/fs/Makefile index 118ae78f2d..8bbd563249 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,15 @@ # # -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 := $(subdirs-y) $(obj).depend all: @for dir in $(SUBDIRS) ; do \