diff options
author | stroese <stroese> | 2004-12-16 18:40:02 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:40:02 +0000 |
commit | 4510a7b736b94e4401907ff556107a8252a84440 (patch) | |
tree | b8bec6130367b857d27381507d84302c59ef729f /board/esd/pmc405/Makefile | |
parent | 12537cc5a9cb4134e358725ca5720c434afac814 (diff) | |
download | u-boot-imx-4510a7b736b94e4401907ff556107a8252a84440.zip u-boot-imx-4510a7b736b94e4401907ff556107a8252a84440.tar.gz u-boot-imx-4510a7b736b94e4401907ff556107a8252a84440.tar.bz2 |
PMC405 board update
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 0cb7c1c..2c410a1 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 $(CPLD) +OBJS = $(BOARD).o strataflash.o ../common/misc.o $(CPLD) $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |