diff options
Diffstat (limited to 'tools/bpf')
-rw-r--r-- | tools/bpf/Makefile.helpers | 1 | ||||
-rw-r--r-- | tools/bpf/bpftool/Documentation/Makefile | 1 | ||||
-rw-r--r-- | tools/bpf/bpftool/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/bpf/Makefile.helpers b/tools/bpf/Makefile.helpers index c34fea77f39f..854d084026dd 100644 --- a/tools/bpf/Makefile.helpers +++ b/tools/bpf/Makefile.helpers | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ifndef allow-override | 2 | ifndef allow-override |
2 | include ../scripts/Makefile.include | 3 | include ../scripts/Makefile.include |
3 | include ../scripts/utilities.mak | 4 | include ../scripts/utilities.mak |
diff --git a/tools/bpf/bpftool/Documentation/Makefile b/tools/bpf/bpftool/Documentation/Makefile index f7663a3e60c9..815ac9804aee 100644 --- a/tools/bpf/bpftool/Documentation/Makefile +++ b/tools/bpf/bpftool/Documentation/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../../../scripts/Makefile.include | 2 | include ../../../scripts/Makefile.include |
2 | include ../../../scripts/utilities.mak | 3 | include ../../../scripts/utilities.mak |
3 | 4 | ||
diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile index 4ad1f0894d53..a7afea4dec47 100644 --- a/tools/bpf/bpftool/Makefile +++ b/tools/bpf/bpftool/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | include ../../scripts/Makefile.include | 2 | include ../../scripts/Makefile.include |
2 | include ../../scripts/utilities.mak | 3 | include ../../scripts/utilities.mak |
3 | 4 | ||