https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 88a8ee90a0726dfefd37db0319626b261fa45fd3 authored by Jason Self on 06 February 2014, 19:42:28 UTC
Linux-libre 3.13.2-gnu
Tip revision: 88a8ee9
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