X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1077448747f54615b93aedb9fc0f0529f8d6b2e0..4530e52764e0b2206f4bb380c1a7e1bb28621970:/Makefile diff --git a/Makefile b/Makefile index 0297dfaf5..2a5180c61 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,6 @@ SHELL:=/usr/bin/env bash export LC_ALL=C export LANG=C export TOPDIR=${CURDIR} -ifeq ($(KBUILD_VERBOSE),99) - MAKE:=3>/dev/null $(MAKE) -endif export IS_TTY=$(shell tty -s && echo 1 || echo 0) include $(TOPDIR)/include/verbose.mk