Merge pull request #1236 from martinbudden/bf_linker_scripts

Moved linker scripts into their own directory
This commit is contained in:
J Blackman 2016-09-27 21:44:15 +10:00 committed by GitHub
commit 8f566d70e9
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