Skip to content
Snippets Groups Projects
Commit d4b6ea4a authored by Gabor Juhos's avatar Gabor Juhos
Browse files

package/kernel: add package for MTD testing modules

SVN-Revision: 30628
parent 84267683
No related branches found
No related tags found
No related merge requests found
......@@ -796,3 +796,25 @@ define KernelPackage/n810bm/description
endef
$(eval $(call KernelPackage,n810bm))
define KernelPackage/mtdtests
SUBMENU:=$(OTHER_MENU)
TITLE:=MTD subsystem tests
KCONFIG:=CONFIG_MTD_TESTS
FILES:=\
$(LINUX_DIR)/drivers/mtd/tests/mtd_nandecctest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_oobtest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_pagetest.ko \
$(LINUX_DIR)/drivers/mtd/tests/mtd_readtest.ko \
$(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_torturetest.ko
endef
define KernelPackage/mtdtests/description
Kernel modules for MTD subsystem/driver testing.
endef
$(eval $(call KernelPackage,mtdtests))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment