mirror of
https://github.com/espressif/openthread.git
synced 2026-09-11 03:30:09 +00:00
[build] add platform udp build switch (#3450)
This commit is contained in:
committed by
Jonathan Hui
parent
2146acbb18
commit
e893db15b5
@@ -115,6 +115,10 @@ ifeq ($(MTD_NETDIAG),1)
|
||||
configure_OPTIONS += --enable-mtd-network-diagnostic
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM_UDP), 1)
|
||||
configure_OPTIONS += --enable-platform-udp
|
||||
endif
|
||||
|
||||
ifeq ($(SERVICE),1)
|
||||
configure_OPTIONS += --enable-service
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user