https://github.com/torvalds/linux
Raw File
Tip revision: 61867ab54695cb4b98cb988698c11e4a2ddf1e8a authored by Hugo De Zela on 25 July 2017, 16:28:30 UTC
Now with actual patch files
Tip revision: 61867ab
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