mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 15:06:01 +00:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
#
|
|
# Makefile for the OneNAND MTD
|
|
#
|
|
|
|
# Core functionality.
|
|
obj-$(CONFIG_MTD_ONENAND) += onenand.o
|
|
|
|
# Board specific.
|
|
obj-$(CONFIG_MTD_ONENAND_GENERIC) += generic.o
|
|
|
|
onenand-objs = onenand_base.o onenand_bbt.o
|