mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
[common-switches] add missing switches (#3208)
This commit is contained in:
committed by
Jonathan Hui
parent
9e1fa5957c
commit
fe2a4974a6
@@ -55,6 +55,18 @@ ifeq ($(COVERAGE),1)
|
||||
configure_OPTIONS += --enable-coverage
|
||||
endif
|
||||
|
||||
ifeq ($(CHANNEL_MANAGER),1)
|
||||
configure_OPTIONS += --enable-channel-manager
|
||||
endif
|
||||
|
||||
ifeq ($(CHANNEL_MONITOR),1)
|
||||
configure_OPTIONS += --enable-channel-monitor
|
||||
endif
|
||||
|
||||
ifeq ($(CHILD_SUPERVISION),1)
|
||||
configure_OPTIONS += --enable-child-supervision
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
configure_OPTIONS += --enable-debug --enable-optimization=no
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user