]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/mtd/onenand/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / mtd / onenand / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
cd5f6346
KP
2#
3# Makefile for the OneNAND MTD
4#
5
6# Core functionality.
cdc00130 7obj-$(CONFIG_MTD_ONENAND) += onenand.o
cd5f6346
KP
8
9# Board specific.
68ee4b1c 10obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
36cd4fb5 11obj-$(CONFIG_MTD_ONENAND_OMAP2) += omap2.o
46f3e88b 12obj-$(CONFIG_MTD_ONENAND_SAMSUNG) += samsung.o
cdc00130
KP
13
14onenand-objs = onenand_base.o onenand_bbt.o