2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Makefile for the Linux affs filesystem routines.
|
|
|
|
#
|
|
|
|
|
2011-01-14 07:12:35 -07:00
|
|
|
#ccflags-y := -DDEBUG=1
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
obj-$(CONFIG_AFFS_FS) += affs.o
|
|
|
|
|
|
|
|
affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|