summaryrefslogtreecommitdiffstats
path: root/fs/vfat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/vfat/Makefile')
-rw-r--r--fs/vfat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/vfat/Makefile b/fs/vfat/Makefile
index 354757b9a..df903636f 100644
--- a/fs/vfat/Makefile
+++ b/fs/vfat/Makefile
@@ -8,8 +8,8 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := vfat.o
-O_OBJS :=
-OX_OBJS := namei.o
+O_OBJS := namei.o
+OX_OBJS := vfatfs_syms.o
M_OBJS := $(O_TARGET)
include $(TOPDIR)/Rules.make