Unidiff1 files changed, 3 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 4d11615..f5c0dbd 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -3,6 +3,9 @@ |
3 | export TOPDIR:=$(shell pwd) |
3 | export TOPDIR:=$(shell pwd) |
4 | |
4 | |
5 | include $(TOPDIR)/Vars.make |
5 | include $(TOPDIR)/Vars.make |
| |
6 | ifneq ($(wildcard $(TOPDIR)/Vars.local),) |
| |
7 | include $(TOPDIR)/Vars.local |
| |
8 | endif |
6 | |
9 | |
7 | noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
10 | noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
8 | defconfig allyesconfig allnoconfig allmodconfig \ |
11 | defconfig allyesconfig allnoconfig allmodconfig \ |
|