]> git.ipfire.org Git - u-boot.git/blobdiff - cpu/mpc5xx/Makefile
* Code cleanup:
[u-boot.git] / cpu / mpc5xx / Makefile
index c05b394f56fab69cd021ad2799be35b7277deb1c..ee20dda6c44cb74e485dd57a7a1c0d250f1fb2e5 100644 (file)
 
 #
 # 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)