diff options
Diffstat (limited to 'fs/vfat/Makefile')
-rw-r--r-- | fs/vfat/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/vfat/Makefile b/fs/vfat/Makefile new file mode 100644 index 000000000..354757b9a --- /dev/null +++ b/fs/vfat/Makefile @@ -0,0 +1,15 @@ +# +# Makefile for the linux vfat-filesystem routines. +# +# Note! Dependencies are done automagically by 'make dep', which also +# removes any old dependencies. DON'T put your own dependencies here +# unless it's something special (ie not a .c file). +# +# Note 2! The CFLAGS definitions are now in the main makefile... + +O_TARGET := vfat.o +O_OBJS := +OX_OBJS := namei.o +M_OBJS := $(O_TARGET) + +include $(TOPDIR)/Rules.make |