Skip to content

Commit 5ef3dad

Browse files
committed
makefile: add pwd non-source control settings.mk file
this allows setting up settings that are not supposed to be persisted to source control. If you add DESIGN_CONFIG=.../config.mk, you can exclude the DESIGN_CONFIG=... from the make command line. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 98b1554 commit 5ef3dad

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

flow/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
settings.mk

flow/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# settings.mk is not under source control. Put variables into this
2+
# file to avoid having to adding the to the make command line.
3+
-include settings.mk
4+
15
# ==============================================================================
26
# Uncomment or add the design to run
37
# ==============================================================================

0 commit comments

Comments
 (0)