https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 60b953de6431dadb609be5440a060a48b156ea3b authored by Jason Self on 01 June 2012, 07:13:44 UTC
Linux-libre 3.0.33-gnu1
Tip revision: 60b953d
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