Iliyan Malchev | 3bf1700 | 2012-06-29 16:55:10 -0700 | [diff] [blame] | 1 | ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),) |
Steve Kondik | 84d8d50 | 2012-12-24 17:08:15 -0800 | [diff] [blame^] | 2 | ifeq ($(TARGET_QCOM_AUDIO_VARIANT),caf) |
Ajay Dudani | 9746c47 | 2012-06-18 16:01:16 -0700 | [diff] [blame] | 3 | AUDIO_ROOT := $(call my-dir) |
4 | include $(call all-subdir-makefiles) | ||||
Steve Kondik | 84d8d50 | 2012-12-24 17:08:15 -0800 | [diff] [blame^] | 5 | endif |
Iliyan Malchev | 3bf1700 | 2012-06-29 16:55:10 -0700 | [diff] [blame] | 6 | endif |