optional toolchain-user.mak include file

This commit is contained in:
Rene Hopf
2018-04-12 01:46:12 +02:00
parent e437ba7c5e
commit 69f262c969
7 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -349,7 +349,6 @@ clean:
# Include the base rules
#
include base.mak
include toolchain.mak
# Include the dependency files
#

View File

@@ -86,3 +86,6 @@ flash: $(TARGET).bin
%.dfu: %.bin
@cp $< $@
@$(DFU-SUFFIX) -v 0483 -p df11 -a $@
include toolchain.mak
-include toolchain-user.mak

View File

@@ -148,7 +148,6 @@ clean:
# Include the base rules
#
include base.mak
include toolchain.mak
# Include the dependency files
#

View File

@@ -168,7 +168,6 @@ clean:
# Include the base rules
#
include base.mak
include toolchain.mak
# Include the dependency files
#

View File

@@ -216,7 +216,6 @@ clean:
# Include the base rules
#
include base.mak
include toolchain.mak
# Include the dependency files
#

View File

@@ -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