https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3ee13dd44dfadd37b0b7f124d4f6a95c3345026b authored by Jason Self on 04 July 2015, 02:48:26 UTC
Linux-libre 3.10.83-gnu
Tip revision: 3ee13dd
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