]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)
authorPrafulla Wadaskar <prafulla@marvell.com>
Mon, 16 Nov 2009 12:59:25 +0000 (18:29 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Wed, 20 Jan 2010 22:55:25 +0000 (16:55 -0600)
As per coding guidlines, it is good to maintain proper ordering
in the makefiles.
This was missed during initial coding, corrected here.

This was discovered during orion5x code review
Thanks to Albert Aribaud for this.

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
cpu/arm926ejs/kirkwood/Makefile

index d73e2104eb7db23044b04b0fa96d3f7a3bee1c2d..fc2cc0300170d08252c987d2844e71730952c638 100644 (file)
@@ -26,8 +26,8 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).a
 
-COBJS-y        = dram.o
-COBJS-y        += cpu.o
+COBJS-y        = cpu.o
+COBJS-y        += dram.o
 COBJS-y        += mpp.o
 COBJS-y        += timer.o