Makefile文件  |  6行  |  125 B

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