mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
80071802cb
Add storage driver core support for the PS3. PS3 storage devices are a special kind of PS3 system bus device. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
7 lines
247 B
Makefile
7 lines
247 B
Makefile
obj-$(CONFIG_PS3_VUART) += 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) += sys-manager.o
|
|
obj-$(CONFIG_PS3_STORAGE) += ps3stor_lib.o
|