Revision fa389e220254c69ffae0d403eac4146171062d08 authored by Linus Torvalds on 10 March 2014, 02:41:57 UTC, committed by Linus Torvalds on 10 March 2014, 02:41:57 UTC
1 parent 79e6154
Raw File
Makefile
#
# Makefile for the Linux affs filesystem routines.
#

#ccflags-y := -DDEBUG=1

obj-$(CONFIG_AFFS_FS) += affs.o

affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
back to top