repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.19.133
[linux/fpc-iii.git]
/
drivers
/
mtd
/
nand
/
Makefile
blob
7ecd80c0a66e6b53309440a8375041ec6cb967b7
1
# SPDX-License-Identifier: GPL-2.0
2
3
nandcore-objs
:=
core.o bbt.o
4
obj-
$(
CONFIG_MTD_NAND_CORE
) +=
nandcore.o
5
6
obj-y
+=
onenand
/
7
obj-y
+=
raw
/
8
obj-y
+=
spi
/