clk: rk3399: Enable/Disable the PCIEPHY clk
[oweals/u-boot.git] / fs / yaffs2 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for YAFFS direct test
3 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
4 #
5 # Copyright (C) 2003 Aleph One Ltd.
6 #
7 #
8 # Created by Charles Manning <charles@aleph1.co.uk>
9 #
10 #
11
12 obj-y := \
13         yaffs_allocator.o yaffs_attribs.o yaffs_bitmap.o yaffs_uboot_glue.o\
14         yaffs_checkptrw.o yaffs_ecc.o yaffs_error.o \
15         yaffsfs.o yaffs_guts.o yaffs_nameval.o yaffs_nand.o\
16         yaffs_packedtags1.o yaffs_packedtags2.o yaffs_qsort.o \
17         yaffs_summary.o yaffs_tagscompat.o yaffs_verify.o yaffs_yaffs1.o \
18         yaffs_yaffs2.o yaffs_mtdif.o yaffs_mtdif2.o
19
20 ccflags-y = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM \
21                 -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE \
22                 -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES