]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc824x/Makefile
* Code cleanup:
[people/ms/u-boot.git] / cpu / mpc824x / Makefile
index 743ced9139690f0dacfe80ca2dc0863a9a002794..3c00fc7341493e094948c9bfa68e1715447af6fa 100644 (file)
@@ -27,7 +27,7 @@ LIB   = lib$(CPU).a
 
 START  = start.S drivers/i2c/i2c2.o
 OBJS   = traps.o cpu.o cpu_init.o interrupts.o speed.o \
-          drivers/epic/epic1.o drivers/i2c/i2c1.o pci.o bedbug_603e.o
+         drivers/epic/epic1.o drivers/i2c/i2c1.o pci.o bedbug_603e.o
 
 all:   .depend $(START) $(LIB)