Files
chandu078 4b4153b0f5 Add 'qcom/opensource/dsp-kernel/' from commit '89391286fb7b0a5e53599eeb3588e174080459f9'
git-subtree-dir: qcom/opensource/dsp-kernel
git-subtree-mainline: 0ced3dc6c6
git-subtree-split: 89391286fb
2025-08-03 09:13:01 +05:30

25 lines
745 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_QCOM_FASTRPC_TRUSTED=1
endif
ifeq ($(CONFIG_ARCH_SUN), y)
$(info within KBUILD file CONFIG_ARCH_SUN = $(CONFIG_ARCH_SUN))
ccflags-y += -DCONFIG_QCOM_FASTRPC_TRUSTED=1
endif
ifeq ($(CONFIG_ARCH_NIOBE), y)
$(info within KBUILD file CONFIG_ARCH_NIOBE = $(CONFIG_ARCH_NIOBE))
ccflags-y += -DCONFIG_QCOM_FASTRPC_TRUSTED=1
endif
frpc-trusted-adsprpc-y := dsp/fastrpc.o \
dsp/fastrpc_socket.o \
obj-m := frpc-trusted-adsprpc.o