https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 25a94014a21193f1a54e99dc0b1aef6d1a86ec5f authored by Jason Self on 31 October 2012, 16:52:05 UTC
Linux-libre 3.0.50-gnu1
Tip revision: 25a9401
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