1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o 3*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o 4*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o 5*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o 6*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o 7*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o 8*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o 9*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o 10*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o 11*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o 12*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o 13*4882a593Smuzhiyunobj-${CONFIG_POWER_RESET_LINKSTATION} += linkstation-poweroff.o 14*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o 15*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_MT6323) += mt6323-poweroff.o 16*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_OXNAS) += oxnas-restart.o 17*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_QCOM_PON) += qcom-pon.o 18*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_OCELOT_RESET) += ocelot-reset.o 19*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff.o 20*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o 21*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o 22*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o 23*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o 24*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o 25*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o 26*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o 27*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o 28*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o 29*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_SYSCON_POWEROFF) += syscon-poweroff.o 30*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o 31*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o 32*4882a593Smuzhiyunobj-$(CONFIG_REBOOT_MODE) += reboot-mode.o 33*4882a593Smuzhiyunobj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o 34*4882a593Smuzhiyunobj-$(CONFIG_POWER_RESET_SC27XX) += sc27xx-poweroff.o 35*4882a593Smuzhiyunobj-$(CONFIG_NVMEM_REBOOT_MODE) += nvmem-reboot-mode.o 36