1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00
2021-02-17 17:44:37 +01:00

8 lines
137 B
Makefile

MODULE = board
ifneq (,$(filter microbit,$(USEMODULE)))
DIRS += $(RIOTBOARD)/common/microbit
endif
include $(RIOTBASE)/Makefile.base