FROMLIST: power: reset: add reboot mode driver
[firefly-linux-kernel-4.4.55.git] / drivers / power / reset / Makefile
index 096fa67047f6ed62ac74397cfea552cb571a0ec3..a63865ba853271044bb187ef5333baf69e912d0b 100644 (file)
@@ -20,3 +20,5 @@ obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o
 obj-$(CONFIG_POWER_RESET_SYSCON_POWEROFF) += syscon-poweroff.o
 obj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o
 obj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o
+obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o
+obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o