5 lines
125 B
Makefile
5 lines
125 B
Makefile
ifneq ($(TARGET_BOARD_AUTO),true)
|
|
ifeq ($(BOARD_WLAN_DEVICE),qcwcn)
|
|
include $(call all-subdir-makefiles)
|
|
endif
|
|
endif
|