]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/mtd/onenand/Makefile
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
[mirror_ubuntu-bionic-kernel.git] / 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 obj-$(CONFIG_MTD_ONENAND_OMAP2) += omap2.o
11 obj-$(CONFIG_MTD_ONENAND_SAMSUNG) += samsung.o
12
13 onenand-objs = onenand_base.o onenand_bbt.o