blob: 8fb178a63d3d287f7bcba26b43e4e37841369955 [file] [log] [blame]
Steve Kondik51c95902014-12-28 02:32:53 -08001ifeq ($(call my-dir),$(call project-path-for,qcom-wlan))
2
Srinivas Girigowda2bba36f2018-01-29 15:43:59 -08003# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
4ifneq ($(BOARD_IS_AUTOMOTIVE),true)
Srinivas Dasarif58c1212017-02-17 17:00:09 +05305include $(call all-subdir-makefiles)
Srinivas Girigowda2bba36f2018-01-29 15:43:59 -08006endif
Steve Kondik51c95902014-12-28 02:32:53 -08007
8endif