summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-02-25 00:12:53 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-02-25 00:12:53 +0100
commitbf314e1c258a5da5e25ffb067a91d7c23740656a (patch)
tree151bfc6c9a155997e5ba43c24cedf5efbc8c7c24
parentfixed copyright header (diff)
fixed path to pic utils
-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