mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 05:16:47 +07: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
|