From 9e5147a9adf9dc0aba908f38637cd0b4da2cbbcc Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Tue, 16 Oct 2018 17:11:54 +0800 Subject: Makefile overhaul Addition of a build directory, and more flexible to allow for possible blue build. --- ld_script.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index e3a6af7..3bc7a22 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -7,7 +7,7 @@ SECTIONS { ALIGN(4) { ewram_start = .; - + INCLUDE "sym_ewram.ld" . = ALIGN(4); src/agb_flash.o(.bss); . = ALIGN(4); @@ -17,7 +17,7 @@ SECTIONS { . = ALIGN(4); tools/agbcc/lib/libc.a:syscalls.o(.bss); . = ALIGN(16); - + INCLUDE "sym_ewram2.ld" . = ALIGN(4); tools/agbcc/lib/libc.a:impure.o(.data); . = ALIGN(4); @@ -35,7 +35,7 @@ SECTIONS { ALIGN(4) { iwram_start = .; - + INCLUDE "sym_iwram.ld" . = 0x8000; } -- cgit v1.2.3