diff options
Diffstat (limited to 'fs/qnx6/Makefile')
-rw-r--r-- | fs/qnx6/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/qnx6/Makefile b/fs/qnx6/Makefile new file mode 100644 index 000000000000..9dd06199afc9 --- /dev/null +++ b/fs/qnx6/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux qnx4-filesystem routines. +# + +obj-$(CONFIG_QNX6FS_FS) += qnx6.o + +qnx6-objs := inode.o dir.o namei.o super_mmi.o |