projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a25e94
)
sc520: Sort Makefile
author
Graeme Russ
<graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:11:25 +0000
(15:11 +1100)
committer
Graeme Russ
<graeme.russ@gmail.com>
Sat, 12 Feb 2011 04:11:25 +0000
(15:11 +1100)
arch/i386/cpu/sc520/Makefile
patch
|
blob
|
history
diff --git
a/arch/i386/cpu/sc520/Makefile
b/arch/i386/cpu/sc520/Makefile
index
fb47c20
..
b962b02
100644
(file)
--- a/
arch/i386/cpu/sc520/Makefile
+++ b/
arch/i386/cpu/sc520/Makefile
@@
-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