2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Linux affs filesystem routines.
|
|
|
|
#
|
|
|
|
|
2011-01-14 14:12:35 +00:00
|
|
|
#ccflags-y := -DDEBUG=1
|
2005-04-16 22:20:36 +00: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
|