2016-12-24 05:09:15 +08:00
|
|
|
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
|
|
|
|
|
2017-02-22 05:02:00 +08:00
|
|
|
ifdef CONFIG_HTTP
|
2016-12-24 05:09:15 +08:00
|
|
|
include $(srctree)/subsys/net/lib/http/Makefile
|
|
|
|
endif
|