diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-01-05 17:24:55 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-01-05 17:24:55 +0100 |
commit | 572acc41274522b865440d0644d5f986e3c83755 (patch) | |
tree | e1f6f2968299d35de6ef4ec04524f65d28342b1a /drivers/mtd/Makefile | |
parent | [MTD] LPDDR Makefile and KConfig (diff) | |
parent | MTD: add MTD tests to compilation (diff) | |
download | linux-572acc41274522b865440d0644d5f986e3c83755.tar.xz linux-572acc41274522b865440d0644d5f986e3c83755.zip |
Merge branch 'master' of git://git.infradead.org/users/dedekind/mtd-tests-2.6
Conflicts:
drivers/mtd/Makefile
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r-- | drivers/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index 7fb3dfbb4579..4521b1ecce45 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/ lpddr/ maps/ devices/ nand/ onenand/ +obj-y += chips/ lpddr/ maps/ devices/ nand/ onenand/ tests/ obj-$(CONFIG_MTD_UBI) += ubi/ |