u-boot/arch/mips
Daniel Schwierzeck e19db555b4 Kbuild: introduce Makefile in arch/$ARCH/
Introduce a Makefile under arch/$ARCH/ and include it in the
top Makefile (similar to Linux kernel). This allows further
refactoringi like moving architecture-specific code out of global
makefiles, deprecating config variables (CPU, CPUDIR, SOC) or
deprecating arch/$ARCH/config.mk.

In contrary to Linux kernel, U-Boot defines the ARCH variable by
Kconfig, thus the arch Makefile can only included conditionally
after the top config.mk.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-12-08 09:35:45 -05:00
..
cpu MIPS: fix setup of initial stack frame 2014-11-27 16:20:37 +01:00
include/asm common/board_f: Initialized global data for generic board 2014-05-12 15:20:05 -04:00
lib MIPS: bootm: remove unused or redundant header files 2014-11-27 16:20:37 +01:00
config.mk MIPS: add .padding section to linker script 2014-11-01 18:18:05 +01:00
Kconfig MIPS: kconfig: merge targets qemu_mips and qemu_mips64 2014-11-01 18:18:04 +01:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00