summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-06-07 08:49:46 -0500
committerJon Loeliger <jdl@freescale.com>2006-06-07 08:49:46 -0500
commita941b832411ef99351a42be23ff3319643dcc1a4 (patch)
tree1cdaa7e1e82679a5acf20676960df2b0d91d94b2 /cpu/mpc86xx/Makefile
parent72ed528a948b151e7be5ce03ed3d2b88a229dd0a (diff)
parentc83ae9ea6d93abbe751bf8a3396236a084e56f87 (diff)
downloadu-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.zip
u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.gz
u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.bz2
Merge branch 'mpc86xx'
Diffstat (limited to 'cpu/mpc86xx/Makefile')
-rw-r--r--cpu/mpc86xx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc86xx/Makefile b/cpu/mpc86xx/Makefile
index 0dd099d..ab6255a 100644
--- a/cpu/mpc86xx/Makefile
+++ b/cpu/mpc86xx/Makefile
@@ -3,7 +3,7 @@
# Xianghua Xiao,X.Xiao@motorola.com
#
# (C) Copyright 2004 Freescale Semiconductor. (MC86xx Port)
-# Jeff Brown (Jeffrey@freescale.com)
+# Jeff Brown
# See file CREDITS for list of people who contributed to this
# project.
#
@@ -30,7 +30,7 @@ LIB = lib$(CPU).a
START = start.o #resetvec.o
ASOBJS = cache.o
COBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o \
- pci.o i2c.o spd_sdram.o
+ pci.o i2c.o spd_sdram.o
OBJS = $(COBJS)
all: .depend $(START) $(ASOBJS) $(LIB)