https://jxself.org/git/linux-libre.git
Raw File
Tip revision: df84aa552199e82abd4a6edf6e79a72f5e8e0249 authored by Jason Self on 20 February 2014, 19:10:32 UTC
Linux-libre 3.13.4-gnu
Tip revision: df84aa5
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