# SPDX-License-Identifier: GPL-2.0 # # Makefile for the OneNAND MTD # # Core functionality. obj-$(CONFIG_MTD_ONENAND) += onenand.o # Board specific. obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o obj-$(CONFIG_MTD_ONENAND_OMAP2) += omap2.o obj-$(CONFIG_MTD_ONENAND_SAMSUNG) += samsung.o onenand-objs = onenand_base.o onenand_bbt.o
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Kconfig | File | 2.43 KB | 0644 |
|
Makefile | File | 341 B | 0644 |
|