diff options
Diffstat (limited to 'drivers/pmdomain/qcom/Makefile')
-rw-r--r-- | drivers/pmdomain/qcom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pmdomain/qcom/Makefile b/drivers/pmdomain/qcom/Makefile new file mode 100644 index 0000000000..403dfc5af0 --- /dev/null +++ b/drivers/pmdomain/qcom/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_QCOM_CPR) += cpr.o +obj-$(CONFIG_QCOM_RPMPD) += rpmpd.o +obj-$(CONFIG_QCOM_RPMHPD) += rpmhpd.o |