kernel: add mtd_test.ko to kmod-mtdtests

Signed-off-by: Ethan Zuo <yuxuan.zuo@outlook.com>
This commit is contained in:
Ethan Zuo 2024-10-21 12:44:26 +00:00 committed by hanwckf
parent fe50e557c5
commit d9b2b7375d

View File

@ -730,6 +730,7 @@ define KernelPackage/mtdtests
$(LINUX_DIR)/drivers/mtd/tests/mtd_speedtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_stresstest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_subpagetest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_test.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_torturetest.ko
endef