summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/Makefile
blob: 66c1b17a427df76c8b755d0a53a0aea244bb42f6 (plain)
1
2
3
4
5
6
7
8
9
10
# Rules for making the NTFS driver

O_TARGET := ntfs.o

obj-y   := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
obj-m   := $(O_TARGET)
EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"000607\"

include $(TOPDIR)/Rules.make