https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ebc83207d64f956d641c7d1ace04d4c28be4e2a1 authored by Jason Self on 14 January 2015, 08:10:46 UTC
Linux-libre 3.12.36-gnu
Tip revision: ebc8320
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