1# TODO:  Find a better way to separate build configs for ADP vs non-ADP devices
2QCOM_WLAN_ROOT := $(call my-dir)
3
4ifneq ($(BOARD_IS_AUTOMOTIVE),true)
5include $(call all-subdir-makefiles)
6endif
7