Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « nand « mtd « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f0cb87f1a57f11692a16b5a882d68ba055b0094 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0

nandcore-objs := core.o bbt.o
obj-$(CONFIG_MTD_NAND_CORE) += nandcore.o

obj-y	+= onenand/
obj-y	+= raw/