mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Moved linker scripts into their own directory
This commit is contained in:
parent
60da2b52ff
commit
32fd3eca43
13 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue