summaryrefslogtreecommitdiffstats
path: root/fs/fat/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-14 15:29:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-12 09:54:56 +0200
commit17e91068b17d0b85cce9cc1d000da51d59c7f0f8 (patch)
treee15f04bc76964d6d63dd753f1e29afae9533d1aa /fs/fat/Makefile
parent9faae796bec41daa79b9f7227eade0d9c5ff1260 (diff)
downloadbarebox-17e91068b17d0b85cce9cc1d000da51d59c7f0f8.tar.gz
barebox-17e91068b17d0b85cce9cc1d000da51d59c7f0f8.tar.xz
fs: add fat filesystem support
This code is based on: http://elm-chan.org/fsw/ff/00index_e.html FatFs Generic FAT File System Module This patch offers a read/write implementation for barebox. The code does not exaclty match barebox coding style, but works nicely and should be ready to give it a try. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/fat/Makefile')
-rw-r--r--fs/fat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/Makefile b/fs/fat/Makefile
new file mode 100644
index 0000000000..efc89ec67d
--- /dev/null
+++ b/fs/fat/Makefile
@@ -0,0 +1 @@
+obj-y += ff.o fat.o