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 Jul 7, 2020
1 parent 93b7e1b commit c52a1e6
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 @@ -45,4 +45,8 @@ ifneq (,$(filter shell_commands,$(USEMODULE)))
endif
endif

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

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

0 comments on commit c52a1e6

Please sign in to comment.