summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 35a4b32c2a..14ec2bf333 100644
--- a/Makefile
+++ b/Makefile
@@ -144,12 +144,11 @@ endif
\mv -f $@.tmp $@ 2> /dev/null
rm -f $@.tmp
--include $(TOPLEVEL)/site-local/Makefile.inc
-
ifeq ($(NOCOMPILE),1)
include $(TOPLEVEL)/Makefile.inc
include $(TOPLEVEL)/payloads/Makefile.inc
include $(TOPLEVEL)/util/testing/Makefile.inc
+-include $(TOPLEVEL)/site-local/Makefile.inc
real-all:
@echo "Error: Expected config file ($(DOTCONFIG)) not present." >&2
@echo "Please specify a config file or run 'make menuconfig' to" >&2