summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xx/Makefile')
-rw-r--r--cpu/mpc5xx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/mpc5xx/Makefile b/cpu/mpc5xx/Makefile
index c05b394f56..ee20dda6c4 100644
--- a/cpu/mpc5xx/Makefile
+++ b/cpu/mpc5xx/Makefile
@@ -23,10 +23,10 @@
#
# File: cpu/mpc5xx/Makefile
-#
+#
# Discription: Makefile to build mpc5xx cpu configuration.
# Will include top config.mk which itselfs
-# uses the definitions made in cpu/mpc5xx/config.mk
+# uses the definitions made in cpu/mpc5xx/config.mk
#
@@ -34,7 +34,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
-START = start.S
+START = start.S
OBJS = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o
all: .depend $(START) $(LIB)
OpenPOWER on IntegriCloud