mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
781749a46b
Add PS3 logical performance monitor (lpm) device driver. The PS3's LV1 hypervisor provides a Logical Performance Monitor that abstracts the Cell processor's performance monitor features for use by guest operating systems. Signed-off-by: Takashi Yamamoto <TakashiA.Yamamoto@jp.sony.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
290 B
Makefile
8 lines
290 B
Makefile
obj-$(CONFIG_PS3_VUART) += ps3-vuart.o
|
|
obj-$(CONFIG_PS3_PS3AV) += ps3av_mod.o
|
|
ps3av_mod-objs += ps3av.o ps3av_cmd.o
|
|
obj-$(CONFIG_PPC_PS3) += sys-manager-core.o
|
|
obj-$(CONFIG_PS3_SYS_MANAGER) += ps3-sys-manager.o
|
|
obj-$(CONFIG_PS3_STORAGE) += ps3stor_lib.o
|
|
obj-$(CONFIG_PS3_LPM) += ps3-lpm.o
|