Skip to content
Snippets Groups Projects
Commit e579d351 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: KBUILD_VERBOSE was exported twice

This fixes http://bugzilla.kernel.org/show_bug.cgi?id=4727



Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
---
parent f9f97bc0
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ ifeq ($(MAKECMDGOALS),) ...@@ -233,7 +233,7 @@ ifeq ($(MAKECMDGOALS),)
KBUILD_MODULES := 1 KBUILD_MODULES := 1
endif endif
export KBUILD_MODULES KBUILD_BUILTIN KBUILD_VERBOSE export KBUILD_MODULES KBUILD_BUILTIN
export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
# Beautify output # Beautify output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment