summaryrefslogtreecommitdiff
path: root/usb-fastled/Makefile
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-fastled/Makefile
parentshow error if the defined board is not known (diff)
fix cyclic deps for external libs
Diffstat (limited to 'usb-fastled/Makefile')
-rw-r--r--usb-fastled/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb-fastled/Makefile b/usb-fastled/Makefile
index e660cb3..ccb6f8d 100644
--- a/usb-fastled/Makefile
+++ b/usb-fastled/Makefile
@@ -24,7 +24,6 @@ NAME := usb-fastled
BOARD_TYPE := minimus32
CXX_OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial usbio
-CXX_LIBS := arduino-stub
EXTERNAL_LIBS := fastled lufa
SPREADAVR_PATH := ..
RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc_nowait