1# SPDX-License-Identifier: GPL-2.0-only 2 3obj-$(CONFIG_PCI_PWRCTL) += pci-pwrctl-core.o 4pci-pwrctl-core-y := core.o 5 6obj-$(CONFIG_PCI_PWRCTL_PWRSEQ) += pci-pwrctl-pwrseq.o 7
1# SPDX-License-Identifier: GPL-2.0-only 2 3obj-$(CONFIG_PCI_PWRCTL) += pci-pwrctl-core.o 4pci-pwrctl-core-y := core.o 5 6obj-$(CONFIG_PCI_PWRCTL_PWRSEQ) += pci-pwrctl-pwrseq.o 7