5 lines
134 B
Makefile
5 lines
134 B
Makefile
WLAN_PATH := $(call my-dir)
|
|
|
|
ifeq ($(WLAN_PATH),$(call project-path-for,wlan))
|
|
include $(call all-named-subdir-makefiles,qcwcn)
|
|
endif
|