commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
13 lines
398 B
Makefile
13 lines
398 B
Makefile
# Un-comment the next line if you want to validate configuration data
|
|
#ccflags-y += -DIPA_VALIDATE
|
|
|
|
obj-$(CONFIG_QCOM_IPA) += ipa.o
|
|
|
|
ipa-y := ipa_main.o ipa_clock.o ipa_reg.o ipa_mem.o \
|
|
ipa_table.o ipa_interrupt.o gsi.o gsi_trans.o \
|
|
ipa_gsi.o ipa_smp2p.o ipa_uc.o \
|
|
ipa_endpoint.o ipa_cmd.o ipa_modem.o \
|
|
ipa_qmi.o ipa_qmi_msg.o
|
|
|
|
ipa-y += ipa_data-sdm845.o ipa_data-sc7180.o
|