1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stm32f3discovery/Makefile.dep

12 lines
245 B
Makefile
Raw Normal View History

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += lsm303dlhc
USEMODULE += l3gxxxx
endif
ifneq (,$(filter l3gxxxx,$(USEMODULE)))
USEMODULE += i3g4250d
USEMODULE += l3gd20
USEMODULE += l3gxxxx_spi
endif