diff options
author | Stefan Roese <sr@denx.de> | 2007-08-16 19:50:53 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-16 19:50:53 +0200 |
commit | fc9970137c8f187b5938e4926224e0f3d46c3476 (patch) | |
tree | 8d7a004483b1ec71ab7779cab468dece8382d13b /board/esd/ash405/Makefile | |
parent | 07bc20560cb9d3d186cca268c05c82762e8c55ad (diff) | |
parent | d35b508a55508535b6e8445b718585d27df733d3 (diff) | |
download | u-boot-imx-fc9970137c8f187b5938e4926224e0f3d46c3476.zip u-boot-imx-fc9970137c8f187b5938e4926224e0f3d46c3476.tar.gz u-boot-imx-fc9970137c8f187b5938e4926224e0f3d46c3476.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board/esd/ash405/Makefile')
-rw-r--r-- | board/esd/ash405/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/esd/ash405/Makefile b/board/esd/ash405/Makefile index 4d75868..308f752 100644 --- a/board/esd/ash405/Makefile +++ b/board/esd/ash405/Makefile @@ -28,7 +28,9 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o flash.o ../common/misc.o +COBJS = $(BOARD).o flash.o \ + ../common/misc.o \ + ../common/esd405ep_nand.o \ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |