diff options
Diffstat (limited to 'drivers/power/reset/Makefile')
-rw-r--r-- | drivers/power/reset/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/reset/Makefile b/drivers/power/reset/Makefile index 16c0516e5a19..dde2e8bbac53 100644 --- a/drivers/power/reset/Makefile +++ b/drivers/power/reset/Makefile | |||
@@ -4,5 +4,7 @@ obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o | |||
4 | obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o | 4 | obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o |
5 | obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o | 5 | obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o |
6 | obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o | 6 | obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o |
7 | obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o | ||
7 | obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o | 8 | obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o |
8 | obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o | 9 | obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o |
10 | obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o | ||