Revision c2e81432201d99cc48ff6492567fe05204cc8d7e authored by Nathan Scott on 16 January 2006, 05:21:34 UTC, committed by Nathan Scott on 16 January 2006, 05:21:34 UTC
1 parent 5424570
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