diff options
Diffstat (limited to 'fs/sysv/Makefile')
-rw-r--r-- | fs/sysv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/sysv/Makefile b/fs/sysv/Makefile index 394af0b4d..9eed30c9c 100644 --- a/fs/sysv/Makefile +++ b/fs/sysv/Makefile @@ -8,7 +8,8 @@ # Note 2! The CFLAGS definitions are now in the main makefile. O_TARGET := sysv.o -O_OBJS := ialloc.o balloc.o inode.o file.o dir.o namei.o fsync.o truncate.o -M_OBJS := $(O_TARGET) + +obj-y := ialloc.o balloc.o inode.o file.o dir.o namei.o fsync.o truncate.o +obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make |