f0250fd7c3
This reverts 405c829f98
commit.
11 lines
209 B
Makefile
11 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
|