Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / mtd / onenand / Makefile
CommitLineData
cd5f6346
KP
1#
2# Makefile for the OneNAND MTD
3#
4
5# Core functionality.
cdc00130 6obj-$(CONFIG_MTD_ONENAND) += onenand.o
cd5f6346
KP
7
8# Board specific.
68ee4b1c 9obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
36cd4fb5 10obj-$(CONFIG_MTD_ONENAND_OMAP2) += omap2.o
46f3e88b 11obj-$(CONFIG_MTD_ONENAND_SAMSUNG) += samsung.o
cdc00130 12
8dab169b
KP
13# Simulator
14obj-$(CONFIG_MTD_ONENAND_SIM) += onenand_sim.o
15
cdc00130 16onenand-objs = onenand_base.o onenand_bbt.o
This page took 0.477553 seconds and 5 git commands to generate.