Moved linker scripts into their own directory
This commit is contained in:
parent
60da2b52ff
commit
32fd3eca43
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue