https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8f1223b79eeae453c08f71f561eece3a82fd85d8 authored by Jason Self on 18 December 2008, 17:14:12 UTC
Linux-libre 2.6.27.10-gnu1
Tip revision: 8f1223b
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