This is a snapshot of IPA and GSI drivers from msm-5.4 kernel as of 'commit <137a997bae4f8e1787> ("msm: ipa: Fix using generic name for offload connect/disconnect")'. Change-Id: I8452cf76a1c568c1f89de8b329bdc6e7254694b4 Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
6 lines
123 B
Makefile
6 lines
123 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#obj-$(CONFIG_GSI) += gsi/
|
|
obj-n += gsi/
|
|
#obj-$(CONFIG_IPA3) += ipa/
|
|
obj-n += ipa/
|