diff options
author | Wolfgang Denk <wd@denx.de> | 2008-08-10 00:51:26 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-10 00:51:26 +0200 |
commit | fe749f0cef7b07f2e701543ac5f78cf21bc5829f (patch) | |
tree | 7521fdb1a718f1247fd647112dd014151f436081 /cpu/mpc512x/Makefile | |
parent | 29f8f58ff40c67f7f2e11afd1715173094e52ac2 (diff) | |
parent | 6689484ccd43189322aaa5a1c6cd02cdd511ad7d (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc512x
Diffstat (limited to 'cpu/mpc512x/Makefile')
-rw-r--r-- | cpu/mpc512x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/Makefile b/cpu/mpc512x/Makefile index 2be35b2..8ba8ae8 100644 --- a/cpu/mpc512x/Makefile +++ b/cpu/mpc512x/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o fec.o i2c.o +COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o fec.o i2c.o iopin.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |