mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
202 B
Makefile
12 lines
202 B
Makefile
|
BOARD ?= nrf52840-mdk
|
||
|
|
||
|
include ../Makefile.tests_common
|
||
|
|
||
|
DRIVER ?= hm3301
|
||
|
USEMODULE += $(DRIVER)
|
||
|
USEMODULE += ztimer_usec
|
||
|
USEMODULE += ztimer_msec
|
||
|
USEMODULE += fmt
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|