blob: 8b13aea0a66ca78acad0a85e38eb5248ae4d8330 [file] [log] [blame]
ifdef CONFIG_ZOAP
include $(srctree)/lib/iot/zoap/Makefile
endif
ifdef CONFIG_DNS_RESOLVER
include $(srctree)/lib/iot/dns/Makefile
endif
ifdef CONFIG_MQTT_LIB
include $(srctree)/lib/iot/mqtt/Makefile
endif
ifdef CONFIG_HTTP_PARSER
include $(srctree)/lib/iot/http/Makefile
endif