Pārlūkot izejas kodu

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>
Peter Tyser 16 gadi atpakaļ
vecāks
revīzija
b220c64d86

+ 1 - 1
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

+ 0 - 0
arm_config.mk → lib_arm/config.mk


+ 0 - 0
avr32_config.mk → lib_avr32/config.mk


+ 0 - 0
blackfin_config.mk → lib_blackfin/config.mk


+ 0 - 0
i386_config.mk → lib_i386/config.mk


+ 0 - 0
m68k_config.mk → lib_m68k/config.mk


+ 0 - 0
microblaze_config.mk → lib_microblaze/config.mk


+ 0 - 0
mips_config.mk → lib_mips/config.mk


+ 0 - 0
nios_config.mk → lib_nios/config.mk


+ 0 - 0
nios2_config.mk → lib_nios2/config.mk


+ 0 - 0
ppc_config.mk → lib_ppc/config.mk


+ 0 - 0
sh_config.mk → lib_sh/config.mk


+ 0 - 0
sparc_config.mk → lib_sparc/config.mk