6 lines
144 B
Makefile
6 lines
144 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
nandcore-objs := core.o bbt.o
|
||
|
obj-$(CONFIG_MTD_NAND_CORE) += nandcore.o
|
||
|
obj-$(CONFIG_MTD_SPI_NAND) += spi/
|