1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/common/particle-mesh/Makefile.dep

11 lines
232 B
Makefile
Raw Normal View History

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
ifeq (1,$(PARTICLE_MONOFIRMWARE))
USEMODULE += usb_board_reset
endif
# include common nrf52 dependencies
include $(RIOTBOARD)/common/nrf52/Makefile.dep