Skip to content

Commit

Permalink
makefiles: Add top-level comment describing the COMMON_DIR variable
Browse files Browse the repository at this point in the history
Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
  • Loading branch information
teodutu committed May 2, 2022
1 parent 4ab0a37 commit efbae71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/common/multiple.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all: $(BINARIES)

# Get the relative path to the directory of the current makefile.
COMMON_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(COMMON_DIR)/linux.mk

Expand Down
1 change: 1 addition & 0 deletions content/common/single.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all: $(BINARY)

# Get the relative path to the directory of the current makefile.
COMMON_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(COMMON_DIR)/linux.mk

Expand Down

0 comments on commit efbae71

Please sign in to comment.