summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-07-10 11:03:15 -0500
committerWolfgang Denk <wd@denx.de>2009-07-21 00:12:35 +0200
commitb220c64d86f7c705a183302c3b50076d7e5d876c (patch)
tree8722f01e9e3a2b2e494911e57191ba671685efb8
parent082becd0d546399637fa94fdf9f1730a0f7bf348 (diff)
downloadblackbird-obmc-uboot-b220c64d86f7c705a183302c3b50076d7e5d876c.tar.gz
blackbird-obmc-uboot-b220c64d86f7c705a183302c3b50076d7e5d876c.zip
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.mk2
-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
diff --git a/config.mk b/config.mk
index a9973a493c..fd56621fef 100644
--- a/config.mk
+++ b/config.mk
@@ -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 a13603e409..a13603e409 100644
--- a/arm_config.mk
+++ b/lib_arm/config.mk
diff --git a/avr32_config.mk b/lib_avr32/config.mk
index c258b4b55d..c258b4b55d 100644
--- a/avr32_config.mk
+++ b/lib_avr32/config.mk
diff --git a/blackfin_config.mk b/lib_blackfin/config.mk
index 0dd2ac63e1..0dd2ac63e1 100644
--- a/blackfin_config.mk
+++ b/lib_blackfin/config.mk
diff --git a/i386_config.mk b/lib_i386/config.mk
index 5fe36d5f3c..5fe36d5f3c 100644
--- a/i386_config.mk
+++ b/lib_i386/config.mk
diff --git a/m68k_config.mk b/lib_m68k/config.mk
index f41d1b3c2a..f41d1b3c2a 100644
--- a/m68k_config.mk
+++ b/lib_m68k/config.mk
diff --git a/microblaze_config.mk b/lib_microblaze/config.mk
index 68e7e214bf..68e7e214bf 100644
--- a/microblaze_config.mk
+++ b/lib_microblaze/config.mk
diff --git a/mips_config.mk b/lib_mips/config.mk
index c785677fc8..c785677fc8 100644
--- a/mips_config.mk
+++ b/lib_mips/config.mk
diff --git a/nios_config.mk b/lib_nios/config.mk
index 3ed7170b80..3ed7170b80 100644
--- a/nios_config.mk
+++ b/lib_nios/config.mk
diff --git a/nios2_config.mk b/lib_nios2/config.mk
index 59931c25b5..59931c25b5 100644
--- a/nios2_config.mk
+++ b/lib_nios2/config.mk
diff --git a/ppc_config.mk b/lib_ppc/config.mk
index d91ef7f0b5..d91ef7f0b5 100644
--- a/ppc_config.mk
+++ b/lib_ppc/config.mk
diff --git a/sh_config.mk b/lib_sh/config.mk
index 67d7e9e6cc..67d7e9e6cc 100644
--- a/sh_config.mk
+++ b/lib_sh/config.mk
diff --git a/sparc_config.mk b/lib_sparc/config.mk
index 07b528c3d5..07b528c3d5 100644
--- a/sparc_config.mk
+++ b/lib_sparc/config.mk
OpenPOWER on IntegriCloud