From 9faa8153bef4d82395e6ff7f87cb7c457055007c Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 8 Dec 2008 13:39:25 +0200 Subject: MTD: add MTD tests to compilation Add MTD tests to Kconfig and Makefiles. Signed-off-by: Artem Bityutskiy --- drivers/mtd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mtd/Makefile') diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index 4b77335715f..40d304d6191 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -29,6 +29,6 @@ obj-$(CONFIG_MTD_OOPS) += mtdoops.o nftl-objs := nftlcore.o nftlmount.o inftl-objs := inftlcore.o inftlmount.o -obj-y += chips/ maps/ devices/ nand/ onenand/ +obj-y += chips/ maps/ devices/ nand/ onenand/ tests/ obj-$(CONFIG_MTD_UBI) += ubi/ -- cgit v1.2.3