doc: Update the zynq u-boot status
[platform/kernel/u-boot.git] / drivers / mtd / ubi / Makefile
1 #
2 # (C) Copyright 2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 ifdef CONFIG_CMD_UBI
9 obj-y += build.o vtbl.o vmt.o upd.o kapi.o eba.o io.o wl.o scan.o crc32.o
10
11 obj-y += misc.o
12 obj-y += debug.o
13 endif