Kai Bankett | 5d026c7 | 2012-02-17 05:59:20 +0100 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux qnx4-filesystem routines. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_QNX6FS_FS) += qnx6.o | ||||
6 | |||||
7 | qnx6-objs := inode.o dir.o namei.o super_mmi.o | ||||
Fabian Frederick | fa5a7a4 | 2014-08-08 14:23:07 -0700 | [diff] [blame] | 8 | ccflags-$(CONFIG_QNX6FS_DEBUG) += -DDEBUG |