projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[linux-2.6]
/
drivers
/
mtd
/
onenand
/
Makefile
diff --git
a/drivers/mtd/onenand/Makefile
b/drivers/mtd/onenand/Makefile
index
269cfe4
..
4d2eacf
100644
(file)
--- a/
drivers/mtd/onenand/Makefile
+++ b/
drivers/mtd/onenand/Makefile
@@
-8,4
+8,7
@@
obj-$(CONFIG_MTD_ONENAND) += onenand.o
# Board specific.
obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
+# Simulator
+obj-$(CONFIG_MTD_ONENAND_SIM) += onenand_sim.o
+
onenand-objs = onenand_base.o onenand_bbt.o