Skip to content

Commit b016fe0

Browse files
committed
LEC: default on for ORFS test scripts, review feedback
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent ca5e7ba commit b016fe0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

flow/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
settings.mk
21
vars.sh
32
vars.gdb
43
vars.tcl

flow/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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.
1+
# Put variables into this file to avoid having to adding
2+
# the to the make command line.
3+
#
4+
# Out of ORFS trees can have their own settings.mk.
35
-include settings.mk
46

57
# ==============================================================================

0 commit comments

Comments
 (0)