https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0b0e464615e518e0cc6e9ecb140631847a3a5dab authored by Jason Self on 20 June 2016, 07:50:39 UTC
Linux-libre 3.12.61-gnu
Tip revision: 0b0e464
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