https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d375084316e9e19a81ba8c702cc05bd9e8ff17fe authored by Jason Self on 27 April 2012, 16:52:17 UTC
Linux-libre 3.0.30-gnu1
Tip revision: d375084
Makefile
#
# Makefile for the Linux affs filesystem routines.
#

#ccflags-y := -DDEBUG=1

obj-$(CONFIG_AFFS_FS) += affs.o

affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
back to top