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