aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/maps/Makefile
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2005-11-07 08:33:38 +0000
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-07 10:46:22 +0100
commitbe30c10fd8015a00c97c9b473263fe3c581389de (patch)
tree3c27213e30636701f6e454050996e988c3b14471 /drivers/mtd/maps/Makefile
parentea17629f3e6f64591a98a9049a0d725d2672509c (diff)
[MTD] maps: Add support for the "TQM834x" Boards
The following patch adds support for the TQ Systems TQM834x Boards. Verified on TQM8349L. This is a resubmit after integrating the suggested changes. Signed-off-by: Marian Balakowicz <m8@semihalf.com> Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Makefile')
-rw-r--r--drivers/mtd/maps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile
index 2afa80678d5..81f97c60e0c 100644
--- a/drivers/mtd/maps/Makefile
+++ b/drivers/mtd/maps/Makefile
@@ -1,7 +1,7 @@
#
# linux/drivers/maps/Makefile
#
-# $Id: Makefile.common,v 1.32 2005/09/18 10:46:41 joern Exp $
+# $Id: Makefile.common,v 1.33 2005/11/07 08:33:35 gleixner Exp $
ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y)
obj-$(CONFIG_MTD) += map_funcs.o
@@ -72,3 +72,4 @@ obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o
obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o
obj-$(CONFIG_MTD_PQ2FADS) += pq2fads.o
obj-$(CONFIG_MTD_MTX1) += mtx-1_flash.o
+obj-$(CONFIG_MTD_TQM834x) += tqm834x.o