mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Add PS3 system manager support and the ppc_md routines restart() and power_off(). The system manager provides an event notification mechanism for reporting events like thermal alert and button presses. It also provides support to control system shutdown and startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
4 lines
129 B
Makefile
4 lines
129 B
Makefile
obj-$(CONFIG_PS3_VUART) += vuart.o
|
|
obj-$(CONFIG_PS3_PS3AV) += ps3av.o ps3av_cmd.o
|
|
obj-$(CONFIG_PS3_SYS_MANAGER) += sys-manager.o
|