[link-raw] add switch for link raw to common-switches.mk (#2800)

This commit is contained in:
Kamil Sroka
2018-06-18 11:11:51 -07:00
committed by Jonathan Hui
parent 63257be510
commit eb4fcff15f
+4
View File
@@ -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