net: ipa: move configuration data files into a subdirectory
Reduce the clutter in the main IPA source directory by creating a new "data" subdirectory, and locating all of the configuration data files in there. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
ec2ea5e06c
commit
2c7b9b936b
|
@ -13,4 +13,4 @@ ipa-y := ipa_main.o ipa_power.o ipa_reg.o ipa_mem.o \
|
|||
ipa_resource.o ipa_qmi.o ipa_qmi_msg.o \
|
||||
ipa_sysfs.o
|
||||
|
||||
ipa-y += $(IPA_VERSIONS:%=ipa_data-v%.o)
|
||||
ipa-y += $(IPA_VERSIONS:%=data/ipa_data-v%.o)
|
||||
|
|
Loading…
Reference in New Issue