diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:25 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:25 +1100 |
commit | 0640e4027261218571f87c825cd40e80b3871672 (patch) | |
tree | 7c6192f372654df4ab598102da86baa7333eadab | |
parent | 3a25e944101aa5d042ac2d20f2f6ce02f300faad (diff) | |
download | u-boot-imx-0640e4027261218571f87c825cd40e80b3871672.zip u-boot-imx-0640e4027261218571f87c825cd40e80b3871672.tar.gz u-boot-imx-0640e4027261218571f87c825cd40e80b3871672.tar.bz2 |
sc520: Sort Makefile
-rw-r--r-- | arch/i386/cpu/sc520/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/cpu/sc520/Makefile b/arch/i386/cpu/sc520/Makefile index fb47c20..b962b02 100644 --- 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 |