mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
moved the linker files to the src directory head
This commit is contained in:
parent
dddd75a3f2
commit
4e529e1c25
18 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ CMSIS_DIR := $(ROOT)/lib/main/CMSIS
|
||||||
INCLUDE_DIRS := $(SRC_DIR) \
|
INCLUDE_DIRS := $(SRC_DIR) \
|
||||||
$(ROOT)/src/main/target \
|
$(ROOT)/src/main/target \
|
||||||
$(ROOT)/src/main/startup
|
$(ROOT)/src/main/startup
|
||||||
LINKER_DIR := $(ROOT)/src/main/target/link
|
LINKER_DIR := $(ROOT)/src/link
|
||||||
|
|
||||||
## V : Set verbosity level based on the V= parameter
|
## V : Set verbosity level based on the V= parameter
|
||||||
## V=0 Low
|
## V=0 Low
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue