summaryrefslogtreecommitdiff
path: root/drivers/power/sequencing/Makefile
blob: 96c1cf0a98ac54c9c1d65a4bb4e34289a3550fa1 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_POWER_SEQUENCING)		+= pwrseq-core.o
pwrseq-core-y				:= core.o

obj-$(CONFIG_POWER_SEQUENCING_QCOM_WCN)	+= pwrseq-qcom-wcn.o
obj-$(CONFIG_POWER_SEQUENCING_TH1520_GPU) += pwrseq-thead-gpu.o