summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-21 08:42:02 -0500
committerTom Rini <trini@ti.com>2014-02-21 08:42:47 -0500
commit1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8 (patch)
tree7ef1cae3c3199b896044e9308494155b1f9dbced /fs/Makefile
parent4c89a369c7cd6e7ad3adec4601cfa69fec476164 (diff)
downloadblackbird-obmc-uboot-1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8.tar.gz
blackbird-obmc-uboot-1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8.zip
fs/fdos: Remove
We have an unused FAT implementation in fs/fdos, remove. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 34dc0351ed..18221658fc 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -15,7 +15,6 @@ obj-$(CONFIG_CMD_CBFS) += cbfs/
obj-$(CONFIG_CMD_CRAMFS) += cramfs/
obj-$(CONFIG_FS_EXT4) += ext4/
obj-y += fat/
-obj-$(CONFIG_CMD_FDOS) += fdos/
obj-$(CONFIG_CMD_JFFS2) += jffs2/
obj-$(CONFIG_CMD_REISER) += reiserfs/
obj-$(CONFIG_SANDBOX) += sandbox/
OpenPOWER on IntegriCloud