blob: e503f8a04c6223f729067fb6222c69dbb4bc8043 [file] [log] [blame]
Iliyan Malchev3bf17002012-06-29 16:55:10 -07001ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
Steve Kondik84d8d502012-12-24 17:08:15 -08002ifeq ($(TARGET_QCOM_AUDIO_VARIANT),caf)
Ajay Dudani9746c472012-06-18 16:01:16 -07003AUDIO_ROOT := $(call my-dir)
4include $(call all-subdir-makefiles)
Steve Kondik84d8d502012-12-24 17:08:15 -08005endif
Iliyan Malchev3bf17002012-06-29 16:55:10 -07006endif