Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions audioreach-driver/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
obj-m += audioreach_driver.o

audioreach_driver-objs := \
q6apm_audio_mem.o \
q6apm_audio_pkt.o \
q6apm_lpass_dummy_dais.o \
q6prm_audioreach_clock.o \
q6prm_audioreach.o \
audioreach_common.o
audioreach_driver-objs = q6apm_audio_mem.o

ifdef VENDOR_QCOM
audioreach_driver-objs += q6apm_lpass_dummy_dais.o
audioreach_driver-objs += q6prm_audioreach_clock.o
audioreach_driver-objs += q6prm_audioreach.o
audioreach_driver-objs += audioreach_common.o
audioreach_driver-objs += q6apm_audio_pkt.o
ccflags-y += -DQCOM_HYP_ASSIGN
else
audioreach_driver-objs += audioreach_pkt_rpmsg.o
endif

ccflags-y += -I$(KERNEL_SRC)/sound/soc/qcom/qdsp6 -I$(KERNEL_SRC)/sound/soc/qcom -I$(src)/../include/uapi
Loading
Loading