diff options
Diffstat (limited to 'fs/fat/Makefile')
-rw-r--r-- | fs/fat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/Makefile b/fs/fat/Makefile index d45ecfab5..0cbe93fb9 100644 --- a/fs/fat/Makefile +++ b/fs/fat/Makefile @@ -8,7 +8,7 @@ # Note 2! The CFLAGS definitions are now in the main makefile... O_TARGET := fat.o -O_OBJS := buffer.o cache.o dir.o file.o inode.o misc.o mmap.o tables.o +O_OBJS := buffer.o cache.o dir.o file.o inode.o misc.o mmap.o tables.o cvf.o OX_OBJS := fatfs_syms.o M_OBJS := $(O_TARGET) |