mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
75d0c37419
This commit remove OneNAND simulator on the basis that it is useless. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
14 lines
306 B
Makefile
14 lines
306 B
Makefile
#
|
|
# 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
|