]> Git Repo - J-u-boot.git/blobdiff - cpu/mpc512x/Makefile
mpc5121: Move iopin features from board specific to common files.
[J-u-boot.git] / cpu / mpc512x / Makefile
index 2be35b2bc6249aeb3218da47d0f5c36ac9c529eb..8ba8ae875dd94a0a46b2a7ca0bb82fd3d6950f08 100644 (file)
@@ -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))
This page took 0.022204 seconds and 4 git commands to generate.