-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,2 +5,5 @@ export TOPDIR:=$(shell pwd) include $(TOPDIR)/Vars.make +ifneq ($(wildcard $(TOPDIR)/Vars.local),) +include $(TOPDIR)/Vars.local +endif |
index : patchwork/opie.git | ||
opie™ hacks and fixes |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 3 |
@@ -5,2 +5,5 @@ export TOPDIR:=$(shell pwd) include $(TOPDIR)/Vars.make +ifneq ($(wildcard $(TOPDIR)/Vars.local),) +include $(TOPDIR)/Vars.local +endif |