caab746e9f
git-subtree-dir: qcom/opensource/dsp-kernel git-subtree-mainline:1841c0f616
git-subtree-split:ca5dc8ec8d
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/dsp-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
# ported from Android.mk
|
|
$(info within KBUILD file KBUILD_EXTRA_SYMBOLS = $(KBUILD_EXTRA_SYMBOLS))
|
|
|
|
ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
|
|
$(info within KBUILD file CONFIG_ARCH_PINEAPPLE = $(CONFIG_ARCH_PINEAPPLE))
|
|
KBUILD_CPPFLAGS += -DCONFIG_DSP_PINEAPPLE=1
|
|
ccflags-y += -DCONFIG_DSP_PINEAPPLE=1
|
|
ccflags-y += -DCONFIG_MSM_ADSPRPC_TRUSTED=1
|
|
endif
|
|
|
|
frpc-trusted-adsprpc-y := dsp/adsprpc.o \
|
|
dsp/adsprpc_compat.o \
|
|
dsp/adsprpc_socket.o \
|
|
|
|
obj-m := frpc-trusted-adsprpc.o
|