1 2 3 4 5 6 7 8 9 10 11 12
ifneq (,$(filter microbit,$(USEMODULE))) USEMODULE += xtimer USEMODULE += mineplex endif ifneq (,$(filter saul_default,$(USEMODULE))) USEMODULE += saul_gpio endif ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE))) USEMODULE += nrfmin endif