1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:52:43 +01:00
RIOT/boards/b-l072z-lrwan1/Makefile.dep

10 lines
185 B
Makefile
Raw Normal View History

FEATURES_REQUIRED += periph_dma
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1276
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif