https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 698e33a62b8d2918226acbea227d53bc3f3feb27 authored by Jason Self on 27 January 2016, 15:31:49 UTC
Linux-libre 3.12.53-gnu
Tip revision: 698e33a
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