From bf314e1c258a5da5e25ffb067a91d7c23740656a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 25 Feb 2015 00:12:53 +0100 Subject: fixed path to pic utils --- otti-led/Makefile | 5 +++-- 1 file 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 -## +## ## 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 -- cgit v1.2.3