mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
[link-raw] add switch for link raw to common-switches.mk (#2800)
This commit is contained in:
committed by
Jonathan Hui
parent
63257be510
commit
eb4fcff15f
@@ -79,6 +79,10 @@ ifeq ($(LEGACY),1)
|
||||
configure_OPTIONS += --enable-legacy
|
||||
endif
|
||||
|
||||
ifeq ($(LINK_RAW),1)
|
||||
configure_OPTIONS += --enable-raw-link-api
|
||||
endif
|
||||
|
||||
ifeq ($(MAC_FILTER),1)
|
||||
configure_OPTIONS += --enable-mac-filter
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user