X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2FMakefile;fp=fs%2FMakefile;h=901e1894b6a6b5a1fc26e4fe800f75b42db0dae4;hb=a1596438a68921d2c9b1fdec70a720d38c85ca7d;hp=28da76e959110de4e41b8d5a4feb38ba8e40026f;hpb=4d3c95f5ea7c737a21cd6b9c59435ee693b3f127;p=u-boot diff --git a/fs/Makefile b/fs/Makefile index 28da76e959..901e1894b6 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -23,7 +23,10 @@ # subdirs-$(CONFIG_CMD_CRAMFS) := cramfs -subdirs-$(CONFIG_CMD_EXT2) += ext2 +subdirs-$(CONFIG_CMD_EXT4) += ext4 +ifndef CONFIG_CMD_EXT4 +subdirs-$(CONFIG_CMD_EXT2) += ext4 +endif subdirs-$(CONFIG_CMD_FAT) += fat subdirs-$(CONFIG_CMD_FDOS) += fdos subdirs-$(CONFIG_CMD_JFFS2) += jffs2