X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2f8d658a22c57a9f33539ad1de7c763be18f0f57..eb0c9f85a81a1d491cd7e54083cf03b2cbdf21d2:/rules.mk diff --git a/rules.mk b/rules.mk index 1419f2f6a..6fbf88f80 100644 --- a/rules.mk +++ b/rules.mk @@ -5,7 +5,9 @@ # See /LICENSE for more information. # --include $(TOPDIR)/.config +ifeq ($(DUMP),) + -include $(TOPDIR)/.config +endif include $(TOPDIR)/include/verbose.mk export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' --