[POWERPC] Add 6xx-style HID0_SLEEP support.
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / sysdev / Makefile
index 6d386d0071a07e5bb59571d57b8a46e9793ae3ed..2cc50520a6983a42aceefa96b6820bf9e5a24a39 100644 (file)
@@ -44,3 +44,7 @@ obj-$(CONFIG_PPC_DCR)         += dcr.o
 obj-$(CONFIG_8xx)              += mpc8xx_pic.o cpm1.o
 obj-$(CONFIG_UCODE_PATCH)      += micropatch.o
 endif
+
+ifeq ($(CONFIG_SUSPEND),y)
+obj-$(CONFIG_6xx)              += 6xx-suspend.o
+endif