From c5702b8ef047530fcaa56d78a66970879733b113 Mon Sep 17 00:00:00 2001 From: schurig Date: Fri, 30 May 2003 12:30:32 +0000 Subject: initial support for Ramses --- (limited to 'Makefile') 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 \ -- cgit v0.9.0.2