repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
drivers
/
mtd
/
onenand
/
Makefile
blob
4d2eacfd7e11a761c3cec319f34c735d0fc0222b
1
#
2
# Makefile for the OneNAND MTD
3
#
4
5
# Core functionality.
6
obj-
$(
CONFIG_MTD_ONENAND
) +=
onenand.o
7
8
# Board specific.
9
obj-
$(
CONFIG_MTD_ONENAND_GENERIC
) +=
generic.o
10
11
# Simulator
12
obj-
$(
CONFIG_MTD_ONENAND_SIM
) +=
onenand_sim.o
13
14
onenand-objs
=
onenand_base.o onenand_bbt.o