summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-01-14 23:09:32 +0300
committerStefan Roese <sr@denx.de>2008-01-16 14:14:40 +0100
commitcd9d23053d435c08fc8695017b5cb9003fcda786 (patch)
tree96a7c929344a3c97dbb73add31bcc7605eebe9ef /drivers/mtd/nand/Makefile
parent6cb2239ae76faee64434286c4f8fc71374702dd2 (diff)
downloadtalos-obmc-uboot-cd9d23053d435c08fc8695017b5cb9003fcda786.tar.gz
talos-obmc-uboot-cd9d23053d435c08fc8695017b5cb9003fcda786.zip
nand: FSL UPM NAND driver
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r--drivers/mtd/nand/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 42864f98f4..244fa09b20 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -32,6 +32,8 @@ COBJS-y += nand_ecc.o
COBJS-y += nand_bbt.o
COBJS-y += nand_util.o
+COBJS-y += fsl_upm.o
+
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud