X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2FMakefile;h=28da76e959110de4e41b8d5a4feb38ba8e40026f;hb=c413a004ea62d0ff150c85615348c59ea456bb34;hp=118ae78f2d37d46f0f56f48763a7cc9aa88b59b9;hpb=85fad497b3c2e99fa48d18351d2898cf8cdbe898;p=karo-tx-uboot.git diff --git a/fs/Makefile b/fs/Makefile index 118ae78f2d..28da76e959 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,17 @@ # # -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-$(CONFIG_CMD_ZFS) += zfs + +SUBDIRS := $(subdirs-y) $(obj).depend all: @for dir in $(SUBDIRS) ; do \