view Makefile.kernel @ 98:0da5cd5a9ac0

Patch from Sergey Kubushyn [ksi@koi8.net] Fix yaffs to return EINVALID rather than EPERM when mount fails.
author marty
date Thu, 27 Oct 2005 23:24:04 +0100
parents 9fff486c54cb
children 1ac3b3f66ac1
line wrap: on
line source

#
# Makefile for the linux YAFFS filesystem routines.
#

obj-$(CONFIG_YAFFS_FS) += yaffs.o

yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
yaffs-y += yaffs_packedtags2.o
yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o
yaffs-y += yaffs_mtdif.o yaffs_mtdif2.o