1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/epd_bw_spi/Makefile
2023-01-31 19:50:11 +01:00

8 lines
133 B
Makefile

SRC = epd_bw_spi.c
ifneq (,$(filter disp_dev,$(USEMODULE)))
SRC += epd_bw_spi_disp_dev.c
endif
include $(RIOTBASE)/Makefile.base