Moved linker scripts into their own directory

This commit is contained in:
Martin Budden 2016-09-27 08:25:02 +01:00
parent 60da2b52ff
commit 32fd3eca43
13 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ BIN_DIR = $(ROOT)/obj
CMSIS_DIR = $(ROOT)/lib/main/CMSIS
INCLUDE_DIRS = $(SRC_DIR) \
$(ROOT)/src/main/target
LINKER_DIR = $(ROOT)/src/main/target
LINKER_DIR = $(ROOT)/src/main/target/link
## Build tools, so we all share the same versions
# import macros common to all supported build systems