]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/power/reset/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / power / reset / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
56fb8de5 2obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
ae499f0f 3obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o
ecfe64d8 4obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o
f80cb488 5obj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o
4a315e34 6obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o
783cb948 7obj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o
030494e7 8obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o
f7a388d6 9obj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o
96ff0f5c 10obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
371bb20d 11obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
4a9b3737 12obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o
3db47dc0 13obj-$(CONFIG_POWER_RESET_IMX) += imx-snvs-poweroff.o
78be3176 14obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
29676833 15obj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff.o
6647156c 16obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o
e8fc721a 17obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o
2655f51d 18obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
f0745f36 19obj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o
0e545f57 20obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o
2655f51d 21obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o
67778e0e 22obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o
a3e01e80 23obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o
09fb07bc 24obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o
8a577608 25obj-$(CONFIG_POWER_RESET_SYSCON_POWEROFF) += syscon-poweroff.o
fa0f8d67 26obj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o
dd9f1486 27obj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o
4fcd504e
AY
28obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o
29obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o