summaryrefslogtreecommitdiff
path: root/linux/fs/fat/Makefile
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/fs/fat/Makefile
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/fs/fat/Makefile')
-rw-r--r--linux/fs/fat/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/fs/fat/Makefile b/linux/fs/fat/Makefile
new file mode 100644
index 00000000..964b634f
--- /dev/null
+++ b/linux/fs/fat/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the Linux fat filesystem support.
+#
+
+obj-$(CONFIG_FAT_FS) += fat.o
+obj-$(CONFIG_VFAT_FS) += vfat.o
+obj-$(CONFIG_MSDOS_FS) += msdos.o
+
+fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
+vfat-y := namei_vfat.o
+msdos-y := namei_msdos.o