浏览代码

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>
Prafulla Wadaskar 15 年之前
父节点
当前提交
bfb6d510e9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cpu/arm926ejs/kirkwood/Makefile

+ 2 - 2
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