moved the linker files to the src directory head
This commit is contained in:
parent
dddd75a3f2
commit
4e529e1c25
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ CMSIS_DIR := $(ROOT)/lib/main/CMSIS
|
|||
INCLUDE_DIRS := $(SRC_DIR) \
|
||||
$(ROOT)/src/main/target \
|
||||
$(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=0 Low
|
||||
|
|
Loading…
Reference in New Issue