summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-02-25 00:16:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-02-25 00:16:34 +0100
commit4f640128c582ae3119bba8f038c6bcd28ebd334b (patch)
tree934a1838fe5d5901852ddf434a9913c1ec349b80
parentmoved otti-led to pic-projects (diff)
setting spreadpic path variable to default value if undefinedHEADmaster
-rw-r--r--include.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/include.mk b/include.mk
index 5efadde..6bcbd1f 100644
--- a/include.mk
+++ b/include.mk
@@ -20,6 +20,10 @@
## along with spreadspace pic utils. If not, see <http://www.gnu.org/licenses/>.
##
+ifndef SPREADPIC_PATH
+SPREADPIC_PATH := ..
+endif
+
SRCFILE := $(PROJECT).asm
HEXFILE := $(PROJECT).hex