https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cae6cb742415904e3fec84028ce8ec3765382d50 authored by Jason Self on 11 November 2011, 20:19:33 UTC
Linux-libre 3.1.1-gnu1
Tip revision: cae6cb7
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