]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/i386/Makefile
* Code cleanup:
[people/ms/u-boot.git] / cpu / i386 / Makefile
index 7067a065a7f0400dd34ed92d05b73bc8d111ac96..c44412a025b7884bba2561b9f2cee986eb0f4e11 100644 (file)
@@ -25,10 +25,10 @@ include $(TOPDIR)/config.mk
 
 LIB    = lib$(CPU).a
 
-START  = start.o start16.o reset.o 
-COBJS  = serial.o interrupts.o cpu.o timer.o sc520.o 
+START  = start.o start16.o reset.o
+COBJS  = serial.o interrupts.o cpu.o timer.o sc520.o
 AOBJS  = sc520_asm.o
-       
+
 all:   .depend $(START) $(LIB)
 
 $(LIB):        $(COBJS) $(AOBJS)