https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ace83dd47f9eaacca9340bf40340b901a4cec4cd authored by Jason Self on 14 March 2011, 21:30:28 UTC
Linux-libre 2.6.32.33-gnu1
Tip revision: ace83dd
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