[U-Boot] [PATCH v2 1/6] Move architecture specific config.mk files into subdirs

Wolfgang Denk wd at denx.de
Tue Jul 21 00:12:53 CEST 2009


Dear Peter Tyser,

In message <1247241800-29059-2-git-send-email-ptyser at xes-inc.com> you wrote:
> This cleans up U-Boot's toplevel directory a bit and makes the
> architecture 'config.mk' file naming and location similar to board and
> cpu 'config.mk' files
> 
> Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> ---
>  config.mk                                        |    2 +-
>  arm_config.mk => lib_arm/config.mk               |    0
>  avr32_config.mk => lib_avr32/config.mk           |    0
>  blackfin_config.mk => lib_blackfin/config.mk     |    0
>  i386_config.mk => lib_i386/config.mk             |    0
>  m68k_config.mk => lib_m68k/config.mk             |    0
>  microblaze_config.mk => lib_microblaze/config.mk |    0
>  mips_config.mk => lib_mips/config.mk             |    0
>  nios_config.mk => lib_nios/config.mk             |    0
>  nios2_config.mk => lib_nios2/config.mk           |    0
>  ppc_config.mk => lib_ppc/config.mk               |    0
>  sh_config.mk => lib_sh/config.mk                 |    0
>  sparc_config.mk => lib_sparc/config.mk           |    0
>  13 files changed, 1 insertions(+), 1 deletions(-)
>  rename arm_config.mk => lib_arm/config.mk (100%)
>  rename avr32_config.mk => lib_avr32/config.mk (100%)
>  rename blackfin_config.mk => lib_blackfin/config.mk (100%)
>  rename i386_config.mk => lib_i386/config.mk (100%)
>  rename m68k_config.mk => lib_m68k/config.mk (100%)
>  rename microblaze_config.mk => lib_microblaze/config.mk (100%)
>  rename mips_config.mk => lib_mips/config.mk (100%)
>  rename nios_config.mk => lib_nios/config.mk (100%)
>  rename nios2_config.mk => lib_nios2/config.mk (100%)
>  rename ppc_config.mk => lib_ppc/config.mk (100%)
>  rename sh_config.mk => lib_sh/config.mk (100%)
>  rename sparc_config.mk => lib_sparc/config.mk (100%)

Applied, thanks.

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
"Do we define evil as the absence of goodness? It seems only  logical
that shit happens--we discover this by the process of elimination."
                                                        -- Larry Wall


More information about the U-Boot mailing list