Rename the SC7180 configuration data file so that its name is derived from its IPA version. Update a few other references to the code that talk about the SC7180 rather than just IPA v4.2. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
411 B
Makefile
13 lines
411 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_resource.o ipa_qmi.o ipa_qmi_msg.o
|
|
|
|
ipa-y += ipa_data-v3.5.1.o ipa_data-v4.2.o
|