O_TARGET := allocfs.o

obj-y    := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
		ioctl.o namei.o super.o symlink.o allocate.o
obj-m := ${O_TARGET}

include $(TOPDIR)/Rules.make

#obj-m += allocfs.o
# 
#allocfs-objs := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
#		ioctl.o namei.o super.o symlink.o allocate.o
#