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/ctr/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'software/ctr/Makefile') diff --git a/software/ctr/Makefile b/software/ctr/Makefile index a96e463..cc9a49f 100644 --- a/software/ctr/Makefile +++ b/software/ctr/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,7 +30,6 @@ PROJECT := ctr PROC_TYPE := 16F1847 +SPREADPIC_PATH := ../../contrib/pic-utils -include ../pic.include.mk - -AFLAGS := $(AFLAGS) -y +include $(SPREADPIC_PATH)/include.mk -- cgit v1.2.3