blob: 98b40891c69f159cb9bad5c3180bee12f54bcb61 [file] [log] [blame]
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_PARSER
include $(srctree)/subsys/net/lib/http/Makefile
endif