16 lines
281 B
Makefile
16 lines
281 B
Makefile
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
|