https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9840b840a085ef29f7e24c3b6daf72b6b40224bc authored by Jason Self on 12 April 2013, 16:18:43 UTC
Linux-libre 3.0.73-gnu1
Tip revision: 9840b84
Makefile
#
# Makefile for the Linux hpfs filesystem routines.
#

obj-$(CONFIG_HPFS_FS) += hpfs.o

hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
	     inode.o map.o name.o namei.o super.o
back to top