summaryrefslogtreecommitdiff
path: root/Makefile
Side-by-side diff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d11615..f5c0dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@
export TOPDIR:=$(shell pwd)
include $(TOPDIR)/Vars.make
+ifneq ($(wildcard $(TOPDIR)/Vars.local),)
+include $(TOPDIR)/Vars.local
+endif
noconfig_targets := xconfig menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig allmodconfig \