Skip to content

Commit a2f9752

Browse files
committed
#1353 Allso include spaces check in operator make file
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 4f89a6b commit a2f9752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

operator/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
include_guard = set
6+
# common.mk fails if name is not set, so we use a placeholder w/o any further meaning.
7+
name = _operator_
8+
include ../common.mk
59
include ../env-paths.mk
610
## Telling the env-paths file where the root project dir is. This is done to allow the generation of the paths of the different project folders relative to where the makefile is being run from.
711
## So BIN_DIR= $(PROJECT_DIR)/bin will be BIN_DIR=../bin

0 commit comments

Comments
 (0)