summaryrefslogtreecommitdiff
path: root/software/pic.bootloader/Makefile-IDM
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2015-02-25 01:11:44 +0100
committerChristian Pointner <equinox@mur.at>2015-02-25 01:11:44 +0100
commit706f441b7bcb163e6cead21d5b5708adf5e0a415 (patch)
tree2e304e2d6dbcc48a97e476b8129898f48c985b54 /software/pic.bootloader/Makefile-IDM
parentmoved to external pic utils (diff)
fixed pic bootloader include paths
Diffstat (limited to 'software/pic.bootloader/Makefile-IDM')
-rw-r--r--software/pic.bootloader/Makefile-IDM3
1 files changed, 2 insertions, 1 deletions
diff --git a/software/pic.bootloader/Makefile-IDM b/software/pic.bootloader/Makefile-IDM
index c1f54f9..0bdd8bb 100644
--- a/software/pic.bootloader/Makefile-IDM
+++ b/software/pic.bootloader/Makefile-IDM
@@ -22,5 +22,6 @@
PROJECT := bootloader-IDM
PROC_TYPE := 16F1847
+SPREADPIC_PATH := ../../contrib/pic-utils
-include ../pic.include.mk
+include $(SPREADPIC_PATH)/include.mk