You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
161 B
8 lines
161 B
20 years ago
|
#
|
||
|
# Makefile for the linux qnx4-filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_QNX4FS_FS) += qnx4.o
|
||
|
|
||
|
qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
|