summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs/kirkwood/Makefile
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2009-11-16 18:29:25 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:48 -0600
commitbfb6d510e9acbec97e4e1cc855ec1269538689f8 (patch)
tree59d5f414ba3771f3b2787a29c8f89ba054fd5e4e /cpu/arm926ejs/kirkwood/Makefile
parentbeca04dd2446fc9ec46ca17163dadb7f82420e7c (diff)
downloadblackbird-obmc-uboot-bfb6d510e9acbec97e4e1cc855ec1269538689f8.tar.gz
blackbird-obmc-uboot-bfb6d510e9acbec97e4e1cc855ec1269538689f8.zip
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 <prafulla@marvell.com>
Diffstat (limited to 'cpu/arm926ejs/kirkwood/Makefile')
-rw-r--r--cpu/arm926ejs/kirkwood/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud