-
- Downloads
push LOAD_ADDR out to arch mk files
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>
Showing
- examples/standalone/Makefile 1 addition, 64 deletionsexamples/standalone/Makefile
- lib_arm/config.mk 10 additions, 0 deletionslib_arm/config.mk
- lib_avr32/config.mk 2 additions, 0 deletionslib_avr32/config.mk
- lib_blackfin/config.mk 2 additions, 0 deletionslib_blackfin/config.mk
- lib_i386/config.mk 2 additions, 0 deletionslib_i386/config.mk
- lib_m68k/config.mk 3 additions, 0 deletionslib_m68k/config.mk
- lib_microblaze/config.mk 2 additions, 0 deletionslib_microblaze/config.mk
- lib_mips/config.mk 2 additions, 0 deletionslib_mips/config.mk
- lib_nios/config.mk 2 additions, 0 deletionslib_nios/config.mk
- lib_nios2/config.mk 2 additions, 0 deletionslib_nios2/config.mk
- lib_ppc/config.mk 2 additions, 0 deletionslib_ppc/config.mk
- lib_sh/config.mk 5 additions, 0 deletionslib_sh/config.mk
- lib_sparc/config.mk 2 additions, 0 deletionslib_sparc/config.mk
Loading
Please register or sign in to comment