![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the Qualcomm IPA driver. 0004 0005 IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.9 4.11 0006 0007 obj-$(CONFIG_QCOM_IPA) += ipa.o 0008 0009 ipa-y := ipa_main.o ipa_power.o ipa_reg.o ipa_mem.o \ 0010 ipa_table.o ipa_interrupt.o gsi.o gsi_trans.o \ 0011 ipa_gsi.o ipa_smp2p.o ipa_uc.o \ 0012 ipa_endpoint.o ipa_cmd.o ipa_modem.o \ 0013 ipa_resource.o ipa_qmi.o ipa_qmi_msg.o \ 0014 ipa_sysfs.o 0015 0016 ipa-y += $(IPA_VERSIONS:%=data/ipa_data-v%.o)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |