X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmpc5xx%2FMakefile;h=ee20dda6c44cb74e485dd57a7a1c0d250f1fb2e5;hb=8bde7f776c77b343aca29b8c7b58464d915ac245;hp=a1e0421aea2d73b10442521823d8cdb4e827700f;hpb=0db5bca8076998a7516102988ac976a2da28d531;p=oweals%2Fu-boot.git diff --git a/cpu/mpc5xx/Makefile b/cpu/mpc5xx/Makefile index a1e0421aea..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,8 +34,8 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a -START = start.S -OBJS = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o status_led.o +START = start.S +OBJS = serial.o cpu.o cpu_init.o interrupts.o traps.o speed.o all: .depend $(START) $(LIB)