mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-24 11:43:35 +08:00
sc520: Sort Makefile
This commit is contained in:
parent
3a25e94410
commit
0640e40272
@ -32,9 +32,9 @@ include $(TOPDIR)/config.mk
|
||||
LIB := $(obj)lib$(SOC).o
|
||||
|
||||
COBJS-$(CONFIG_SYS_SC520) += sc520.o
|
||||
COBJS-$(CONFIG_PCI) += sc520_pci.o
|
||||
COBJS-$(CONFIG_SYS_SC520_SSI) += sc520_ssi.o
|
||||
COBJS-$(CONFIG_SYS_SC520_TIMER) += sc520_timer.o
|
||||
COBJS-$(CONFIG_PCI) += sc520_pci.o
|
||||
|
||||
SOBJS-$(CONFIG_SYS_SC520) += sc520_asm.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user