mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-12-31 22:57:14 +01:00
Add MTD tests to Kconfig and Makefiles. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
8 lines
302 B
Makefile
8 lines
302 B
Makefile
obj-$(CONFIG_MTD_TESTS) += mtd_oobtest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_pagetest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_readtest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_speedtest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_stresstest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_subpagetest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_torturetest.o
|