mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 17:12:43 +01:00
8 lines
133 B
Makefile
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
|