summaryrefslogtreecommitdiff
path: root/usb-pjon
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-23 00:10:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-23 00:10:03 +0100
commitc523cf9e086233b35feb970217dea58e3dd7c372 (patch)
tree4bd2799f78298cc842ce6f44056940553dd6e4c2 /usb-pjon
parentshow error if the defined board is not known (diff)
fix cyclic deps for external libs
Diffstat (limited to 'usb-pjon')
-rw-r--r--usb-pjon/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb-pjon/Makefile b/usb-pjon/Makefile
index 76e4831..448c8c4 100644
--- a/usb-pjon/Makefile
+++ b/usb-pjon/Makefile
@@ -24,7 +24,6 @@ NAME := usb-pjon
BOARD_TYPE := teensy2
CXX_OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial usbio
-CXX_LIBS := arduino-stub
EXTERNAL_LIBS := lufa pjon
SPREADAVR_PATH := ..