]> git.sur5r.net Git - u-boot/blobdiff - fs/Makefile
ext4fs ls load support
[u-boot] / fs / Makefile
index 28da76e959110de4e41b8d5a4feb38ba8e40026f..901e1894b6a6b5a1fc26e4fe800f75b42db0dae4 100644 (file)
 #
 
 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