Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.17 7 lines 238 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_POWER_SEQUENCING) += pwrseq-core.o 4pwrseq-core-y := core.o 5 6obj-$(CONFIG_POWER_SEQUENCING_QCOM_WCN) += pwrseq-qcom-wcn.o 7obj-$(CONFIG_POWER_SEQUENCING_TH1520_GPU) += pwrseq-thead-gpu.o