https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3c84bb0d100819c80ec60f4d0528b6f8fcb48a19 authored by Jason Self on 27 September 2013, 00:22:52 UTC
Linux-libre 3.11.2-gnu
Tip revision: 3c84bb0
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