android_mt6572_jiabo/hardware/qcom/wlan/qcwcn/Android.mk
2025-09-05 16:56:03 +08:00

5 lines
125 B
Makefile

ifneq ($(TARGET_BOARD_AUTO),true)
ifeq ($(BOARD_WLAN_DEVICE),qcwcn)
include $(call all-subdir-makefiles)
endif
endif