diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-16 12:04:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-16 12:04:37 +0200 |
commit | 592391a6e5c8999e546671ac8efd71a311a03f07 (patch) | |
tree | 5bc810c997cd2a0be418eadaae85caa17102d444 /board/esd/cms700/Makefile | |
parent | 002275a3ed8b114885f6702d6d544d0780dfe689 (diff) | |
parent | a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b (diff) | |
download | u-boot-imx-592391a6e5c8999e546671ac8efd71a311a03f07.zip u-boot-imx-592391a6e5c8999e546671ac8efd71a311a03f07.tar.gz u-boot-imx-592391a6e5c8999e546671ac8efd71a311a03f07.tar.bz2 |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'board/esd/cms700/Makefile')
-rw-r--r-- | board/esd/cms700/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/board/esd/cms700/Makefile b/board/esd/cms700/Makefile index df48766..0d4ab2d 100644 --- a/board/esd/cms700/Makefile +++ b/board/esd/cms700/Makefile @@ -33,7 +33,10 @@ CPLD = ../common/xilinx_jtag/lenval.o \ ../common/xilinx_jtag/micro.o \ ../common/xilinx_jtag/ports.o -COBJS = $(BOARD).o flash.o ../common/misc.o $(CPLD) +COBJS = $(BOARD).o flash.o \ + ../common/misc.o \ + $(CPLD) \ + ../common/esd405ep_nand.o \ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |