5 lines
131 B
Makefile
5 lines
131 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
mhi_cntrl_qcom-y := mhi_qcom.o mhi_arch_qcom.o
|
||
|
obj-$(CONFIG_MHI_QCOM) += mhi_cntrl_qcom.o
|