mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
179 B
Makefile
9 lines
179 B
Makefile
BOARD ?= stm32f746g-disco
|
|
include ../Makefile.drivers_common
|
|
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
USEMODULE += touch_dev_gestures
|
|
|
|
include $(RIOTBASE)/Makefile.include
|