diff options
author | Stefan Roese <sr@denx.de> | 2007-08-10 20:33:06 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-10 20:33:06 +0200 |
commit | 59530af55613a8c5fac3c4e0f5fbcf2f1611c483 (patch) | |
tree | f16287c465c5f577cbfc22ae8ee3a1f979519af0 /cpu/mpc83xx/Makefile | |
parent | c74b2108e31fe09bd1c5d291c3cf360510d4f13e (diff) | |
parent | 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f (diff) | |
download | u-boot-imx-59530af55613a8c5fac3c4e0f5fbcf2f1611c483.zip u-boot-imx-59530af55613a8c5fac3c4e0f5fbcf2f1611c483.tar.gz u-boot-imx-59530af55613a8c5fac3c4e0f5fbcf2f1611c483.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu/mpc83xx/Makefile')
-rw-r--r-- | cpu/mpc83xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc83xx/Makefile b/cpu/mpc83xx/Makefile index bb96f77..2329970 100644 --- a/cpu/mpc83xx/Makefile +++ b/cpu/mpc83xx/Makefile @@ -29,7 +29,7 @@ LIB = $(obj)lib$(CPU).a START = start.o COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o \ - spd_sdram.o qe_io.o pci.o + spd_sdram.o ecc.o qe_io.o pci.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |