aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/Makefile
diff options
context:
space:
mode:
authorDave Liu <daveliu@freescale.com>2006-11-03 12:11:15 -0600
committerKim Phillips <kim.phillips@freescale.com>2006-11-03 19:42:21 -0600
commit7737d5c658c606f999dfbe3e86b0fed49e5c50ef (patch)
treed1bf347ba7f4292def53870ecfcba0a1dd4c6231 /cpu/mpc83xx/Makefile
parent5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73 (diff)
downloadu-boot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.zip
u-boot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.tar.gz
u-boot-7737d5c658c606f999dfbe3e86b0fed49e5c50ef.tar.bz2
mpc83xx: add QE ethernet support
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
Diffstat (limited to 'cpu/mpc83xx/Makefile')
-rw-r--r--cpu/mpc83xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc83xx/Makefile b/cpu/mpc83xx/Makefile
index 1aa0005..e254ef9 100644
--- a/cpu/mpc83xx/Makefile
+++ b/cpu/mpc83xx/Makefile
@@ -29,7 +29,7 @@ LIB = $(obj)lib$(CPU).a
START = start.o
COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o \
- i2c.o spd_sdram.o
+ i2c.o spd_sdram.o qe_io.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))