https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6a786cae5c8c0ec8380b027faceebe7f3b63577a authored by Jason Self on 20 September 2010, 20:16:34 UTC
Linux-libre 2.6.27.54-gnu1
Tip revision: 6a786ca
Makefile
#
# 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
back to top