You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
974 B
30 lines
974 B
# |
|
# Copyright (C) 2015 MediaTek Inc. |
|
# |
|
# This program is free software: you can redistribute it and/or modify |
|
# it under the terms of the GNU General Public License version 2 as |
|
# published by the Free Software Foundation. |
|
# |
|
# This program is distributed in the hope that it will be useful, |
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
# GNU General Public License for more details. |
|
# |
|
|
|
# |
|
# Makefile for the linux YAFFS filesystem routines. |
|
# |
|
|
|
obj-$(CONFIG_YAFFS_FS) += yaffs.o |
|
|
|
yaffs-y := yaffs_ecc.o yaffs_vfs.o yaffs_guts.o yaffs_checkptrw.o |
|
yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o |
|
yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o |
|
yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o |
|
yaffs-y += yaffs_nameval.o yaffs_attribs.o |
|
yaffs-y += yaffs_allocator.o |
|
yaffs-y += yaffs_yaffs1.o |
|
yaffs-y += yaffs_yaffs2.o |
|
yaffs-y += yaffs_bitmap.o |
|
yaffs-y += yaffs_verify.o |
|
|
|
|