diff options
author | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 |
commit | 81c4dc39797e88ebbde14bb4b711f9588f197680 (patch) | |
tree | 1d518f2187cc027a86e4b7c38739f02a23ea871b /cpu/mpc512x/Makefile | |
parent | eab1007334b93a6209f1ec33615e26ef5311ede7 (diff) | |
parent | e84d568fa2a9f4ce7888141e71676368ef6b3f25 (diff) |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
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 2be35b2bc6..8ba8ae875d 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)) |