https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d041fd6f98ca4ce42c570b4fc9897c627adfee3e authored by Jason Self on 17 September 2014, 16:39:47 UTC
Linux-libre 3.10.55-gnu
Tip revision: d041fd6
Makefile
#
# Makefile for the linux qnx4-filesystem routines.
#

obj-$(CONFIG_QNX4FS_FS) += qnx4.o

qnx4-objs := inode.o dir.o namei.o bitmap.o
back to top