
Dear Mike Frysinger,
In message 1252033969-28357-1-git-send-email-vapier@gentoo.org you wrote:
Rather than maintain/extend the current ifeq($(ARCH)) mess that exists in the standalone Makefile, push the setting up of LOAD_ADDR out to the arch config.mk (and rename to STANDALONE_LOAD_ADDR in the process). This keeps the common code clean and lets the arch do whatever crazy crap it wants in its own area.
Signed-off-by: Mike Frysinger vapier@gentoo.org
examples/standalone/Makefile | 65 +----------------------------------------- lib_arm/config.mk | 10 ++++++ lib_avr32/config.mk | 2 + lib_blackfin/config.mk | 2 + lib_i386/config.mk | 2 + lib_m68k/config.mk | 3 ++ lib_microblaze/config.mk | 2 + lib_mips/config.mk | 2 + lib_nios/config.mk | 2 + lib_nios2/config.mk | 2 + lib_ppc/config.mk | 2 + lib_sh/config.mk | 5 +++ lib_sparc/config.mk | 2 + 13 files changed, 37 insertions(+), 64 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk