mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
170 B
Makefile
6 lines
170 B
Makefile
|
# Boards with a screen can use disp_dev
|
||
|
ifneq (,$(filter stm32f429i-disc% pinetime adafruit-clue,$(BOARD)))
|
||
|
USEMODULE += auto_init_screen
|
||
|
USEMODULE += disp_dev
|
||
|
endif
|