diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-16 11:42:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-16 11:42:47 +0200 |
commit | 4a3c7eb917de9cfd611cdd778c58253869587ad5 (patch) | |
tree | 8512d7ea2cdcbad35b9cbd4a090a533fe5108c2e /board/esd/cms700/Makefile | |
parent | 2d78074d2e806edc380c1464eb9e5df335ece65e (diff) | |
parent | a44e7a97c8cbbac3cbc32376dcaad0ec1f76f604 (diff) | |
download | u-boot-imx-4a3c7eb917de9cfd611cdd778c58253869587ad5.zip u-boot-imx-4a3c7eb917de9cfd611cdd778c58253869587ad5.tar.gz u-boot-imx-4a3c7eb917de9cfd611cdd778c58253869587ad5.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash
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)) |