2558bd99cb
This patch adds suspend-to-mem support for prima2. It will make prima2 enter DEEPSLEEP mode while accepting PM_SUSPEND_MEM command. Signed-off-by: Rongjun Ying <rongjun.ying@csr.com> Signed-off-by: Barry Song <baohua.song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
10 lines
211 B
Makefile
10 lines
211 B
Makefile
obj-y := timer.o
|
|
obj-y += irq.o
|
|
obj-y += clock.o
|
|
obj-y += rstc.o
|
|
obj-y += prima2.o
|
|
obj-y += rtciobrg.o
|
|
obj-$(CONFIG_DEBUG_LL) += lluart.o
|
|
obj-$(CONFIG_CACHE_L2X0) += l2x0.o
|
|
obj-$(CONFIG_SUSPEND) += pm.o sleep.o
|