summaryrefslogtreecommitdiff
path: root/cpu/mpc512x/Makefile
diff options
context:
space:
mode:
authorKenneth Johansson <kenneth@southpole.se>2008-07-15 12:13:38 +0200
committerJohn Rigby <jrigby@freescale.com>2008-08-05 20:45:34 -0600
commit6689484ccd43189322aaa5a1c6cd02cdd511ad7d (patch)
treeca7c406ef483884c85237c05b440ec2b5660d5b1 /cpu/mpc512x/Makefile
parentef11df6b66ecf5797e94ba322254b8fb7a4e2e12 (diff)
mpc5121: Move iopin features from board specific to common files.
And in the process eliminate some duplicate register defines. Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
Diffstat (limited to 'cpu/mpc512x/Makefile')
-rw-r--r--cpu/mpc512x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/Makefile b/cpu/mpc512x/Makefile
index 2be35b2bc..8ba8ae875 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))