projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master'
[linux-2.6]
/
drivers
/
mtd
/
onenand
/
Makefile
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
onenand-objs = onenand_base.o onenand_bbt.o