summaryrefslogtreecommitdiff
path: root/cpu/mpc512x/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-08-31 23:53:22 +0200
committerWolfgang Denk <wd@denx.de>2008-08-31 23:53:22 +0200
commit845842c1e4c465c895cdfcd013e162320d127048 (patch)
tree1a180a6218e098c2a280c45206c9b0d7e1abf5da /cpu/mpc512x/Makefile
parent5d9a5efa4b332f442b54a755d49969123c3a8742 (diff)
parent6b5049d056cd8ef72d1f2f461ceb2d033d93f759 (diff)
downloadu-boot-imx-845842c1e4c465c895cdfcd013e162320d127048.zip
u-boot-imx-845842c1e4c465c895cdfcd013e162320d127048.tar.gz
u-boot-imx-845842c1e4c465c895cdfcd013e162320d127048.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
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 8ba8ae8..e8f1060 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 iopin.o
+COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o i2c.o iopin.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))