1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 22:12:44 +01:00
RIOT/tests/driver_pcf857x/Makefile
2021-12-04 14:11:04 +01:00

14 lines
240 B
Makefile

INCLUDES += -I$(APPDIR)
include ../Makefile.tests_common
ifeq (,$(filter pcf857%,$(USEMODULE)))
# default expander module
USEMODULE += pcf8575
endif
USEMODULE += shell
USEMODULE += benchmark
include $(RIOTBASE)/Makefile.include