summaryrefslogtreecommitdiff
path: root/radiohead.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-23 13:35:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-23 13:35:37 +0100
commitb802f2347644370e0334f4ce54af71e61788d255 (patch)
treee59f258f6a25e7b50d4c6e9e47e5d82d54a40fc4 /radiohead.mk
parentextended ardiuno stub (diff)
radiohead compiles and links now ... still quite hacky and needs testing
Diffstat (limited to 'radiohead.mk')
-rw-r--r--radiohead.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/radiohead.mk b/radiohead.mk
index d4a969e..16e13e1 100644
--- a/radiohead.mk
+++ b/radiohead.mk
@@ -26,7 +26,7 @@ include $(SPREADAVR_PATH)/defines.mk
RADIOHEAD_COMPONENTS := RH_$(RADIOHEAD_DRIVER) RHGenericDriver RHSPIDriver RHHardwareSPI RHGenericSPI
SRC:=$(foreach COMP,$(RADIOHEAD_COMPONENTS),$(RADIOHEAD_PATH)/$(COMP).cpp)
-DEPLIBS := arduino-stub
+DEPLIBS := Arduino-SPI arduino-stub
CXXFLAGS += -I$(RADIOHEAD_PATH)
CXXFLAGS += -DRH_PLATFORM=RH_PLATFORM_GENERIC_AVR8