1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
2025-04-01 12:39:06 +02:00

11 lines
229 B
Makefile

include ../Makefile.drivers_common
USEMODULE += hd44780
# disable native GPIOs for automatic test
ifneq (,$(filter native native32 native64,$(BOARD)))
USEMODULE += periph_gpio_mock
endif
include $(RIOTBASE)/Makefile.include