aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/Makefile
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2017-09-09 13:15:57 -0400
committerTom Rini <trini@konsulko.com>2017-09-15 09:03:12 -0400
commit41fa83d1a6cdd8ddfb3fbe332252193ff8fb8b71 (patch)
tree68ee53598c7031fc0251b03f528b0d4befb44243 /fs/fat/Makefile
parent1f40366b319eac7eb02f8894fff5c94fbdb47d30 (diff)
downloadu-boot-41fa83d1a6cdd8ddfb3fbe332252193ff8fb8b71.zip
u-boot-41fa83d1a6cdd8ddfb3fbe332252193ff8fb8b71.tar.gz
u-boot-41fa83d1a6cdd8ddfb3fbe332252193ff8fb8b71.tar.bz2
fat/fs: remove a bunch of dead code
Spotted by chance, when trying to remove file_fat_ls(), I noticed there were some dead users of the API. Signed-off-by: Rob Clark <robdclark@gmail.com> Acked-by: Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'fs/fat/Makefile')
-rw-r--r--fs/fat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/fat/Makefile b/fs/fat/Makefile
index b60e848..3e2a6b0 100644
--- a/fs/fat/Makefile
+++ b/fs/fat/Makefile
@@ -5,7 +5,3 @@
obj-$(CONFIG_FS_FAT) := fat.o
obj-$(CONFIG_FAT_WRITE):= fat_write.o
-
-ifndef CONFIG_SPL_BUILD
-obj-$(CONFIG_FS_FAT) += file.o
-endif