https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9349cae741bb38e1c987ecd64cceb9a9a488d3fc authored by Jason Self on 18 January 2012, 15:33:26 UTC
Linux-libre 3.1.10-gnu1
Tip revision: 9349cae
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