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/plu405/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/plu405/Makefile')
-rw-r--r-- | board/esd/plu405/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/board/esd/plu405/Makefile b/board/esd/plu405/Makefile index ce7876c..0e5e57a 100644 --- a/board/esd/plu405/Makefile +++ b/board/esd/plu405/Makefile @@ -28,7 +28,10 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o flash.o ../common/misc.o ../common/auto_update.o +COBJS = $(BOARD).o flash.o \ + ../common/misc.o \ + ../common/esd405ep_nand.o \ + ../common/auto_update.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |