You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator/Makefile
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
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
5
9
include ../env-paths.mk
6
10
## 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.
7
11
## So BIN_DIR= $(PROJECT_DIR)/bin will be BIN_DIR=../bin
0 commit comments