summaryrefslogtreecommitdiff
path: root/radiohead.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-22 02:42:45 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-22 02:42:45 +0100
commitf8eee14729012f620fb7448334eaef46f1964198 (patch)
tree6105e9130462581e45ba1dae9e7a98bc15d7a3f5 /radiohead.mk
parentadded basic environment for RadioHead lib - not working yet (diff)
some more tests - still does not compile
Diffstat (limited to 'radiohead.mk')
-rw-r--r--radiohead.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/radiohead.mk b/radiohead.mk
index f0aabca..94d1de3 100644
--- a/radiohead.mk
+++ b/radiohead.mk
@@ -22,7 +22,8 @@
include $(SPREADAVR_PATH)/defines.mk
-RADIOHEAD_COMPONENTS := RH_$(RADIOHEAD_DRIVER) # TODO: added other components dependent on driver...
+ # TODO: add other components dependent on driver...
+RADIOHEAD_COMPONENTS := RH_$(RADIOHEAD_DRIVER) RHGenericDriver RHSPIDriver RHHardwareSPI RHGenericSPI
SRC:=$(foreach COMP,$(RADIOHEAD_COMPONENTS),$(RADIOHEAD_PATH)/$(COMP).cpp)