diff options
author | Stefan Roese <sr@denx.de> | 2005-09-22 09:07:15 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-22 09:07:15 +0200 |
commit | 026cb5d864b7aeda23c1d53895cd1af3dca6ac75 (patch) | |
tree | 4f6f4ec9a640ae9c2e982f45fa41e44b3818a645 /board/esd/pmc405/Makefile | |
parent | 98f4a3dfcbee54ce2b1d16ef2a2901493e65e5d2 (diff) | |
download | u-boot-imx-026cb5d864b7aeda23c1d53895cd1af3dca6ac75.zip u-boot-imx-026cb5d864b7aeda23c1d53895cd1af3dca6ac75.tar.gz u-boot-imx-026cb5d864b7aeda23c1d53895cd1af3dca6ac75.tar.bz2 |
esd PMC405 board updated
Patch by Matthias Fuchs, 22 Sep 2005
Diffstat (limited to 'board/esd/pmc405/Makefile')
-rw-r--r-- | board/esd/pmc405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc405/Makefile b/board/esd/pmc405/Makefile index 2c410a1..1281be7 100644 --- a/board/esd/pmc405/Makefile +++ b/board/esd/pmc405/Makefile @@ -30,7 +30,7 @@ CPLD = ../common/xilinx_jtag/lenval.o \ ../common/xilinx_jtag/micro.o \ ../common/xilinx_jtag/ports.o -OBJS = $(BOARD).o strataflash.o ../common/misc.o $(CPLD) +OBJS = $(BOARD).o ../common/misc.o $(CPLD) $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |