mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
optional toolchain-user.mak include file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -74,3 +74,4 @@ src/conf_templates.c
|
||||
stm32f303/inc/commandslist.h
|
||||
stm32f303/inc/hal_tbl.h
|
||||
stm32f303/src/hal_tbl.c
|
||||
toolchain-user.mak
|
||||
|
||||
1
Makefile
1
Makefile
@@ -349,7 +349,6 @@ clean:
|
||||
# Include the base rules
|
||||
#
|
||||
include base.mak
|
||||
include toolchain.mak
|
||||
|
||||
# Include the dependency files
|
||||
#
|
||||
|
||||
3
base.mak
3
base.mak
@@ -86,3 +86,6 @@ flash: $(TARGET).bin
|
||||
%.dfu: %.bin
|
||||
@cp $< $@
|
||||
@$(DFU-SUFFIX) -v 0483 -p df11 -a $@
|
||||
|
||||
include toolchain.mak
|
||||
-include toolchain-user.mak
|
||||
|
||||
@@ -148,7 +148,6 @@ clean:
|
||||
# Include the base rules
|
||||
#
|
||||
include base.mak
|
||||
include toolchain.mak
|
||||
|
||||
# Include the dependency files
|
||||
#
|
||||
|
||||
@@ -168,7 +168,6 @@ clean:
|
||||
# Include the base rules
|
||||
#
|
||||
include base.mak
|
||||
include toolchain.mak
|
||||
|
||||
# Include the dependency files
|
||||
#
|
||||
|
||||
@@ -216,7 +216,6 @@ clean:
|
||||
# Include the base rules
|
||||
#
|
||||
include base.mak
|
||||
include toolchain.mak
|
||||
|
||||
# Include the dependency files
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Define programs and commands for the toolchain
|
||||
# Do not modiy this file. Instead create a file toolchain-user.mak which can overwrite anything in here.
|
||||
PYTHON = python
|
||||
DFU-UTIL = dfu-util
|
||||
DFU-SUFFIX = dfu-suffix
|
||||
|
||||
Reference in New Issue
Block a user