mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
229 B
Makefile
12 lines
229 B
Makefile
BOARD ?= stm32f429i-disc1
|
|
include ../Makefile.tests_common
|
|
|
|
# No interactive_sync
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
USEPKG += lvgl
|
|
USEMODULE += lvgl_contrib
|
|
USEMODULE += ili9341
|
|
|
|
include $(RIOTBASE)/Makefile.include
|