Skip to content
Snippets Groups Projects
Commit bfb6d510 authored by Prafulla Wadaskar's avatar Prafulla Wadaskar Committed by Tom Rix
Browse files

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: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent beca04dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment