summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorUma Shankar <uma.shankar@samsung.com>2012-05-25 21:21:44 +0530
committerWolfgang Denk <wd@denx.de>2012-08-09 23:47:43 +0200
commita1596438a68921d2c9b1fdec70a720d38c85ca7d (patch)
tree41abe5c16734aae38d1ebd130103bc83d8d5180c /fs/Makefile
parent4d3c95f5ea7c737a21cd6b9c59435ee693b3f127 (diff)
downloadtalos-obmc-uboot-a1596438a68921d2c9b1fdec70a720d38c85ca7d.tar.gz
talos-obmc-uboot-a1596438a68921d2c9b1fdec70a720d38c85ca7d.zip
ext4fs ls load support
Signed-off-by: Uma Shankar <uma.shankar@samsung.com> Signed-off-by: Manjunatha C Achar <a.manjunatha@samsung.com> Signed-off-by: Iqbal Shareef <iqbal.ams@samsung.com> Signed-off-by: Hakgoo Lee <goodguy.lee@samsung.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud