mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
9faa8153be
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
|