summaryrefslogtreecommitdiff
path: root/Makefile
authorschurig <schurig>2003-05-30 12:30:32 (UTC)
committer schurig <schurig>2003-05-30 12:30:32 (UTC)
commitc5702b8ef047530fcaa56d78a66970879733b113 (patch) (side-by-side diff)
tree890ffb692e846c3daa03eaabc391b1734abf8b0b /Makefile
parent22fff7051b1960f4ae751621c8f52e0fc732033d (diff)
downloadopie-c5702b8ef047530fcaa56d78a66970879733b113.zip
opie-c5702b8ef047530fcaa56d78a66970879733b113.tar.gz
opie-c5702b8ef047530fcaa56d78a66970879733b113.tar.bz2
initial support for Ramses
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 \