xref: /linux/fs/affs/Makefile (revision 77d1c8eb8a8e0989f4c46e9a40bbd4185d34974e)
1#
2# Makefile for the Linux affs filesystem routines.
3#
4
5#ccflags-y := -DDEBUG=1
6
7obj-$(CONFIG_AFFS_FS) += affs.o
8
9affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
10