diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-07-10 11:03:15 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-21 00:12:35 +0200 |
commit | b220c64d86f7c705a183302c3b50076d7e5d876c (patch) | |
tree | 8722f01e9e3a2b2e494911e57191ba671685efb8 | |
parent | 082becd0d546399637fa94fdf9f1730a0f7bf348 (diff) | |
download | u-boot-imx-b220c64d86f7c705a183302c3b50076d7e5d876c.zip u-boot-imx-b220c64d86f7c705a183302c3b50076d7e5d876c.tar.gz u-boot-imx-b220c64d86f7c705a183302c3b50076d7e5d876c.tar.bz2 |
Move architecture specific config.mk files into subdirs
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@xes-inc.com>
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | lib_arm/config.mk (renamed from arm_config.mk) | 0 | ||||
-rw-r--r-- | lib_avr32/config.mk (renamed from avr32_config.mk) | 0 | ||||
-rw-r--r-- | lib_blackfin/config.mk (renamed from blackfin_config.mk) | 0 | ||||
-rw-r--r-- | lib_i386/config.mk (renamed from i386_config.mk) | 0 | ||||
-rw-r--r-- | lib_m68k/config.mk (renamed from m68k_config.mk) | 0 | ||||
-rw-r--r-- | lib_microblaze/config.mk (renamed from microblaze_config.mk) | 0 | ||||
-rw-r--r-- | lib_mips/config.mk (renamed from mips_config.mk) | 0 | ||||
-rw-r--r-- | lib_nios/config.mk (renamed from nios_config.mk) | 0 | ||||
-rw-r--r-- | lib_nios2/config.mk (renamed from nios2_config.mk) | 0 | ||||
-rw-r--r-- | lib_ppc/config.mk (renamed from ppc_config.mk) | 0 | ||||
-rw-r--r-- | lib_sh/config.mk (renamed from sh_config.mk) | 0 | ||||
-rw-r--r-- | lib_sparc/config.mk (renamed from sparc_config.mk) | 0 |
13 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ RANLIB = $(CROSS_COMPILE)RANLIB sinclude $(OBJTREE)/include/autoconf.mk ifdef ARCH -sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules +sinclude $(TOPDIR)/lib_$(ARCH)/config.mk # include architecture dependend rules endif ifdef CPU sinclude $(TOPDIR)/cpu/$(CPU)/config.mk # include CPU specific rules diff --git a/arm_config.mk b/lib_arm/config.mk index a13603e..a13603e 100644 --- a/arm_config.mk +++ b/lib_arm/config.mk diff --git a/avr32_config.mk b/lib_avr32/config.mk index c258b4b..c258b4b 100644 --- a/avr32_config.mk +++ b/lib_avr32/config.mk diff --git a/blackfin_config.mk b/lib_blackfin/config.mk index 0dd2ac6..0dd2ac6 100644 --- a/blackfin_config.mk +++ b/lib_blackfin/config.mk diff --git a/i386_config.mk b/lib_i386/config.mk index 5fe36d5..5fe36d5 100644 --- a/i386_config.mk +++ b/lib_i386/config.mk diff --git a/m68k_config.mk b/lib_m68k/config.mk index f41d1b3..f41d1b3 100644 --- a/m68k_config.mk +++ b/lib_m68k/config.mk diff --git a/microblaze_config.mk b/lib_microblaze/config.mk index 68e7e21..68e7e21 100644 --- a/microblaze_config.mk +++ b/lib_microblaze/config.mk diff --git a/mips_config.mk b/lib_mips/config.mk index c785677..c785677 100644 --- a/mips_config.mk +++ b/lib_mips/config.mk diff --git a/nios_config.mk b/lib_nios/config.mk index 3ed7170..3ed7170 100644 --- a/nios_config.mk +++ b/lib_nios/config.mk diff --git a/nios2_config.mk b/lib_nios2/config.mk index 59931c2..59931c2 100644 --- a/nios2_config.mk +++ b/lib_nios2/config.mk diff --git a/ppc_config.mk b/lib_ppc/config.mk index d91ef7f..d91ef7f 100644 --- a/ppc_config.mk +++ b/lib_ppc/config.mk diff --git a/sh_config.mk b/lib_sh/config.mk index 67d7e9e..67d7e9e 100644 --- a/sh_config.mk +++ b/lib_sh/config.mk diff --git a/sparc_config.mk b/lib_sparc/config.mk index 07b528c..07b528c 100644 --- a/sparc_config.mk +++ b/lib_sparc/config.mk |