https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bef5acd7961ba6f246f7ff99598a0d3d3a59c824 authored by Jason Self on 30 January 2015, 12:33:14 UTC
Linux-libre 3.12.37-gnu
Tip revision: bef5acd
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