Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
25019 commits behind the upstream repository.
user avatar
Daniel Schwierzeck authored
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: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
e19db555
History