diff options
Diffstat (limited to 'fs/vfat/Makefile')
-rw-r--r-- | fs/vfat/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/vfat/Makefile b/fs/vfat/Makefile new file mode 100644 index 000000000000..40f2798a4f08 --- /dev/null +++ b/fs/vfat/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the linux vfat-filesystem routines. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_VFAT_FS) += vfat.o | ||
6 | |||
7 | vfat-y := namei.o | ||