X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2FMakefile;h=22aad126bc2b6c2e95be088f70cb8694e1c9741c;hb=c21f62d8483fbab44cd98d93ff2e9355a330d225;hp=273d90e011b90afc1d32ca706abc21e11913a67a;hpb=f93286397ed2a7084efb0362a43ee09f11702349;p=karo-tx-uboot.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 \