From 53ec16b2a54e7eeef741e4da1b52ebef69d617f3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 25 Feb 2015 00:53:03 +0100 Subject: moved to external pic utils --- software/ttx/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'software/ttx') diff --git a/software/ttx/Makefile b/software/ttx/Makefile index 47f8ae9..6ab5314 100644 --- a/software/ttx/Makefile +++ b/software/ttx/Makefile @@ -8,10 +8,10 @@ ## ESC im Labor and realraum. ## ## Please visit the project hompage at sat.mur.at for further information. -## +## ## ## Copyright (C) 2011-2015 Christian Pointner -## +## ## This file is part of mur.sat. ## ## mur.sat is free software: you can redistribute it and/or modify @@ -30,5 +30,6 @@ PROJECT := ttx PROC_TYPE := 12F635 +SPREADPIC_PATH := ../../contrib/pic-utils -include ../pic.include.mk +include $(SPREADPIC_PATH)/include.mk -- cgit v1.2.3