diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-14 23:09:32 +0300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-16 14:14:40 +0100 |
commit | cd9d23053d435c08fc8695017b5cb9003fcda786 (patch) | |
tree | 96a7c929344a3c97dbb73add31bcc7605eebe9ef /drivers/mtd/nand/Makefile | |
parent | 6cb2239ae76faee64434286c4f8fc71374702dd2 (diff) | |
download | u-boot-imx-cd9d23053d435c08fc8695017b5cb9003fcda786.zip u-boot-imx-cd9d23053d435c08fc8695017b5cb9003fcda786.tar.gz u-boot-imx-cd9d23053d435c08fc8695017b5cb9003fcda786.tar.bz2 |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index 42864f9..244fa09 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)) |