summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2005-07-25 15:38:06 -0500
committerJon Loeliger <jdl@freescale.com>2005-07-25 15:38:06 -0500
commit63be111e72371b6edc6d02134dd785abb6be188c (patch)
tree5e6315d302c61318610f9e422d8ca055a73abb35 /cpu/mpc85xx/Makefile
parentd9b94f28a442b0013caef99de084d7b72e2d4607 (diff)
downloadtalos-obmc-uboot-63be111e72371b6edc6d02134dd785abb6be188c.tar.gz
talos-obmc-uboot-63be111e72371b6edc6d02134dd785abb6be188c.zip
* Patch by Jon Loeliger, 2005-07-25
Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
Diffstat (limited to 'cpu/mpc85xx/Makefile')
-rw-r--r--cpu/mpc85xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/Makefile b/cpu/mpc85xx/Makefile
index 996915e11c..5298dc113f 100644
--- a/cpu/mpc85xx/Makefile
+++ b/cpu/mpc85xx/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.o resetvec.o
-COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o tsec.o \
+COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o \
pci.o serial_scc.o commproc.o ether_fcc.o i2c.o spd_sdram.o
OBJS = $(COBJS)
OpenPOWER on IntegriCloud