diff options
author | Tom Rini <trini@ti.com> | 2014-02-21 17:42:02 +0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-21 17:42:47 +0400 |
commit | 1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8 (patch) | |
tree | 7ef1cae3c3199b896044e9308494155b1f9dbced /fs/fdos/Makefile | |
parent | 4c89a369c7cd6e7ad3adec4601cfa69fec476164 (diff) | |
download | u-boot-1530f6f51ada57a9dd24f07d0f0955a8bf84c7b8.tar.xz |
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/fdos/Makefile')
-rw-r--r-- | fs/fdos/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/fdos/Makefile b/fs/fdos/Makefile deleted file mode 100644 index 2f8b5addd6..0000000000 --- a/fs/fdos/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# -# (C) Copyright 2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# (C) Copyright 2002 -# Stäubli Faverges - <www.staubli.com> -# Pierre AUBERT p.aubert@staubli.com -# -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := fat.o vfat.o dev.o fdos.o fs.o subdir.o |