[U-Boot] [RFC][PATCH 12/36] sc520 - Sort Makefile
Wolfgang Denk
wd at denx.de
Tue Jan 25 21:23:31 CET 2011
Dear Graeme Russ,
In message <1294084016-2674-13-git-send-email-graeme.russ at gmail.com> you wrote:
> ---
> 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
Please sort list.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If a group of N persons implements a COBOL compiler, there will be
N-1 passes. Someone in the group has to be the manager. - T. Cheatham
More information about the U-Boot
mailing list