From: Prafulla Wadaskar Date: Mon, 16 Nov 2009 12:59:25 +0000 (+0530) Subject: Kirkwood: Makefile cleanup- fixed ordering (cosmetic change) X-Git-Tag: v2010.09-rc1~1^2~19^2~29^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4524a601a0031b420296d414d876b1444f40ec57;p=oweals%2Fu-boot.git Kirkwood: Makefile cleanup- fixed ordering (cosmetic change) 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 --- diff --git a/cpu/arm926ejs/kirkwood/Makefile b/cpu/arm926ejs/kirkwood/Makefile index d73e2104eb..fc2cc03001 100644 --- a/cpu/arm926ejs/kirkwood/Makefile +++ b/cpu/arm926ejs/kirkwood/Makefile @@ -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