diff options
Diffstat (limited to 'cpu/mpc5xx/Makefile')
-rw-r--r-- | cpu/mpc5xx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/mpc5xx/Makefile b/cpu/mpc5xx/Makefile index c05b394..ee20dda 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) |