Unidiff1 files changed, 3 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 4d11615..f5c0dbd 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -2,8 +2,11 @@ |
2 | |
2 | |
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 \ |
9 | clean-configs $(TOPDIR)/scripts/subst $(TOPDIR)/scripts/filesubst \ |
12 | clean-configs $(TOPDIR)/scripts/subst $(TOPDIR)/scripts/filesubst \ |
|