Skip to content

Commit 426f7e4

Browse files
authored
Merge pull request torvalds#754 from ojeda/clippy
Makefile: export `KBUILD_CLIPPY`
2 parents 08358e5 + 6e7fcbc commit 426f7e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ ifeq ("$(origin CLIPPY)", "command line")
127127
KBUILD_CLIPPY := $(CLIPPY)
128128
endif
129129

130+
export KBUILD_CLIPPY
131+
130132
# Use make M=dir or set the environment variable KBUILD_EXTMOD to specify the
131133
# directory of external module to build. Setting M= takes precedence.
132134
ifeq ("$(origin M)", "command line")

0 commit comments

Comments
 (0)