diff options
Diffstat (limited to 'drivers/pci/pwrctrl/Makefile')
-rw-r--r-- | drivers/pci/pwrctrl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pci/pwrctrl/Makefile b/drivers/pci/pwrctrl/Makefile new file mode 100644 index 000000000000..a4e5808d7850 --- /dev/null +++ b/drivers/pci/pwrctrl/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-$(CONFIG_PCI_PWRCTRL) += pci-pwrctrl-core.o +pci-pwrctrl-core-y := core.o + +obj-$(CONFIG_PCI_PWRCTRL_PWRSEQ) += pci-pwrctrl-pwrseq.o + +obj-$(CONFIG_PCI_PWRCTRL_SLOT) += pci-pwrctrl-slot.o +pci-pwrctrl-slot-y := slot.o |