mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
c903bc8c1b
Co-Authored-By: benpicco <benpicco@googlemail.com> Support: Alexandre Abadie aabadie, Marian Buschsieweke maribu, Martine Lenders miri64
7 lines
133 B
Makefile
7 lines
133 B
Makefile
USEMODULE += boards_common_atmega
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += bme280
|
|
USEMODULE += saul_gpio
|
|
endif
|