Steve Kondik | 51c9590 | 2014-12-28 02:32:53 -0800 | [diff] [blame] | 1 | ifeq ($(call my-dir),$(call project-path-for,qcom-wlan)) |
| 2 | |
Srinivas Girigowda | 2bba36f | 2018-01-29 15:43:59 -0800 | [diff] [blame] | 3 | # TODO: Find a better way to separate build configs for ADP vs non-ADP devices |
| 4 | ifneq ($(BOARD_IS_AUTOMOTIVE),true) |
Srinivas Dasari | f58c121 | 2017-02-17 17:00:09 +0530 | [diff] [blame] | 5 | include $(call all-subdir-makefiles) |
Srinivas Girigowda | 2bba36f | 2018-01-29 15:43:59 -0800 | [diff] [blame] | 6 | endif |
Steve Kondik | 51c9590 | 2014-12-28 02:32:53 -0800 | [diff] [blame] | 7 | |
| 8 | endif |