Skip to content

Commit

Permalink
fixup! add arch_msp430 to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikVE committed Nov 6, 2020
1 parent f8fe26b commit 09348de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -1001,4 +1001,8 @@ ifneq (,$(filter ecc_%,$(USEMODULE)))
USEMODULE += ecc
endif

ifneq (,$(filter shell_lock,$(USEMODULE)))
FEATURES_BLACKLIST += arch_msp430
endif

include $(RIOTBASE)/sys/test_utils/Makefile.dep

0 comments on commit 09348de

Please sign in to comment.