mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 12:18:55 +00:00
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>
This commit is contained in:
parent
77506cc997
commit
4524a601a0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue