9c3736a3de
Add an intermediate layer to abstract NAND device interface so that some logic can be shared between SPI NANDs, parallel/raw NANDs, OneNANDs, ... Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
7 lines
123 B
Makefile
7 lines
123 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
nandcore-objs := core.o bbt.o
|
|
obj-$(CONFIG_MTD_NAND_CORE) += nandcore.o
|
|
|
|
obj-y += raw/
|