diff options
author | Lennart <lekaiser@uos.de> | 2020-07-25 20:50:23 +0200 |
---|---|---|
committer | Lennart <lekaiser@uos.de> | 2020-07-25 20:50:23 +0200 |
commit | 714e5788be7b89f937fe8dbf270b8035c4f7d436 (patch) | |
tree | e05ae1a2b421840847ae28d053a26d8538fe89c1 /Makefile | |
parent | 5c4045862bf55be0b8dc755ac3d5c5bd24b5fedf (diff) | |
parent | d0ea0a521a582549dfd9a98b47e7c12d8bcd0de6 (diff) |
Merge branch 'master' into state-duration-timers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -88,6 +88,11 @@ ifneq ($(findstring mmsimple,${drivers}), ) COMMON_FLAGS += -DDRIVER_MMSIMPLE endif +ifneq ($(findstring mmsubstate,${drivers}), ) + CXX_TARGETS += src/driver/mmsubstate.cc + COMMON_FLAGS += -DDRIVER_MMSUBSTATE +endif + ifneq ($(findstring nrf24l01,${drivers}), ) CXX_TARGETS += src/driver/nrf24l01.cc ifeq (${arch}, msp430fr5994lp) |