Revision 0ff851e1903cd46823520a0d95d00f5347a88bd8 authored by Kyle McMartin on 27 February 2007, 01:08:46 UTC, committed by Kyle McMartin on 27 February 2007, 01:08:46 UTC
Who cares if it's in the read mostly section when it's
going to be discarded anyway?

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
1 parent c68644d
Raw File
Makefile
#
# Makefile for the linux adfs filesystem routines.
#

obj-$(CONFIG_ADFS_FS) += adfs.o

adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
back to top