mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|