diff options
Diffstat (limited to 'drivers/power/sequencing/Makefile')
| -rw-r--r-- | drivers/power/sequencing/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/sequencing/Makefile b/drivers/power/sequencing/Makefile new file mode 100644 index 000000000000..96c1cf0a98ac --- /dev/null +++ b/drivers/power/sequencing/Makefile @@ -0,0 +1,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 |
