https://jxself.org/git/linux-libre.git
Raw File
Tip revision: baeae1cf65a101ab58bb2e4c1ab672d3b1f08049 authored by Jason Self on 06 February 2014, 19:08:40 UTC
Linux-libre 3.10.29-gnu
Tip revision: baeae1c
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