#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

#snd-mtk-objs  := mtk.o
snd-mtk-objs := alsa_card.o alsa_pcm.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_MTK) += snd-mtk.o
ifeq "$(ANDROID)" "true"
subdir-ccflags-y += -DCC_TUNNELING_SUPPORT
endif
ifeq "$(MTK_CM4_SUPPORT)" "true"
subdir-ccflags-y += -DCC_MTK_CM4_SUPPORT
endif

ifeq "$(AUD_AAUDIO_SUPPORT)" "true"
subdir-ccflags-y += -DSUPPORT_AAUDIO_MMAP
endif