summaryrefslogtreecommitdiffstats
path: root/cpu/mpc86xx/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2006-05-31 13:55:35 -0500
committerJon Loeliger <jdl@jdl.com>2006-05-31 14:01:32 -0500
commitc934f655f9aeca70a5c5f88b465d9e9d57a8d22e (patch)
tree70f5eb726cc7331d9091ed2c402c8e9a6fecb136 /cpu/mpc86xx/Makefile
parentcb5965fb95b77a49f4e6af95248e0c849f4af03e (diff)
downloadblackbird-obmc-uboot-c934f655f9aeca70a5c5f88b465d9e9d57a8d22e.tar.gz
blackbird-obmc-uboot-c934f655f9aeca70a5c5f88b465d9e9d57a8d22e.zip
Review cleanups.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
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 0dd099df6a..ab6255a7df 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)
OpenPOWER on IntegriCloud