summaryrefslogtreecommitdiff
path: root/usb-pjon/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-05-03 19:44:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-05-03 19:44:47 +0200
commit5e855e95761b936ddba1c964c329c15219f59afd (patch)
treef32a595e28ee00503f9fea91d19bdae322cb875f /usb-pjon/Makefile
parentadd PJON source to contrib makefile (diff)
added external lib PJON - not working yet..
Diffstat (limited to 'usb-pjon/Makefile')
-rw-r--r--usb-pjon/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usb-pjon/Makefile b/usb-pjon/Makefile
index 2848646..e9aecc2 100644
--- a/usb-pjon/Makefile
+++ b/usb-pjon/Makefile
@@ -21,12 +21,11 @@
##
NAME := usb-pjon
-BOARD_TYPE := minimus32
+BOARD_TYPE := teensy2
CXX_OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial usbio
CXX_LIBS := arduino-stub
-EXTERNAL_LIBS := lufa
-#EXTERNAL_LIBS := lufa pjon
+EXTERNAL_LIBS := lufa pjon
SPREADAVR_PATH := ..
PJON_PATH := $(SPREADAVR_PATH)/contrib/PJON