Skip to content
Snippets Groups Projects
Commit 611f3ded authored by Felix Fietkau's avatar Felix Fietkau
Browse files

use NO_TRACE_MAKE for menuconfig

SVN-Revision: 4079
parent 965adec3
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ toolchain/%: FORCE
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
.config: ./scripts/config/conf FORCE
@[ -f .config ] || $(MAKE) menuconfig
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
$< -D .config Config.in >/dev/null 2>/dev/null
download: .config FORCE
......
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