You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
364 B
11 lines
364 B
7 months ago
|
HUANGLONG_PRODUCT_WIFI_BLUETOOTH_SUPPORT := n
|
||
|
WIFI_DIR := vendor/thirdparty/wifi_bt/drv_script
|
||
|
WIFI_DRV_EXIST = $(shell find $(WIFI_DIR) -name "*.tar.gz")
|
||
|
ifneq ($(WIFI_DRV_EXIST),)
|
||
|
HUANGLONG_PRODUCT_WIFI_BLUETOOTH_SUPPORT := y
|
||
|
endif
|
||
|
|
||
|
ifeq ($(strip $(HUANGLONG_PRODUCT_WIFI_BLUETOOTH_SUPPORT)), y)
|
||
|
-include $(VENDOR_THIRDPARTY)/wifi_bt/config/wifi_bt_cfg.mk
|
||
|
endif
|