mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
SRC += dns.c
|
|
|
|
ifneq (,$(filter sock_dns_cache, $(USEMODULE)))
|
|
SRC += dns_cache.c
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|