mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
DRIVER ?= mpu9150
|
|
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_msec
|
|
|
|
include $(RIOTBASE)/Makefile.include
|