zephyr/subsys/net/lib/Makefile

16 lines
302 B
Makefile
Raw Normal View History

ifdef CONFIG_ZOAP
include $(srctree)/subsys/net/lib/zoap/Makefile
endif
ifdef CONFIG_DNS_RESOLVER
include $(srctree)/subsys/net/lib/dns/Makefile
endif
ifdef CONFIG_MQTT_LIB
include $(srctree)/subsys/net/lib/mqtt/Makefile
endif
ifdef CONFIG_HTTP
include $(srctree)/subsys/net/lib/http/Makefile
endif