* Code cleanup:
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/cpu/i386/Makefile b/cpu/i386/Makefile
index 7067a06..c44412a 100644
--- a/cpu/i386/Makefile
+++ b/cpu/i386/Makefile
@@ -25,10 +25,10 @@
 
 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)