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 ufs filesystem routines.
#

obj-$(CONFIG_UFS_FS) += ufs.o

ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
	    namei.o super.o symlink.o truncate.o util.o
back to top