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 0000000..40f2798 --- /dev/null +++ b/fs/vfat/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux vfat-filesystem routines. +# + +obj-$(CONFIG_VFAT_FS) += vfat.o + +vfat-y := namei.o |