xref: /openbmc/linux/fs/affs/Makefile (revision 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2)
1#
2# Makefile for the Linux affs filesystem routines.
3#
4
5#EXTRA_CFLAGS=-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