summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otti-led/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/otti-led/Makefile b/otti-led/Makefile
index e56d16f..25e0a11 100644
--- a/otti-led/Makefile
+++ b/otti-led/Makefile
@@ -3,7 +3,7 @@
##
##
## Copyright (C) 2011-2013 Christian Pointner <equinox@spreadspace.org>
-##
+##
## This file is part of spreadspace pic utils.
##
## spreadspace pic utils is free software: you can redistribute it and/or modify
@@ -22,5 +22,6 @@
PROJECT := otti-led
PROC_TYPE := 10F206
+SPREADPIC_PATH := ../contrib/pic-utils
-include ../include.mk
+include $(SPREADPIC_PATH)/include.mk