aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/ps3/Makefile
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2007-06-16 08:05:53 +1000
committerPaul Mackerras <paulus@samba.org>2007-06-28 19:16:43 +1000
commitffbdd246478693673adcfe1c34b29714cf25dadd (patch)
tree2742b856a62517d601f40f05da46557a94b5c8bf /arch/powerpc/platforms/ps3/Makefile
parent9e6b99bd4494dadebb189d2db4d1f55ae726b0bb (diff)
[POWERPC] PS3: Device registration routines.
Add routines to probe devices present on the system and to register those devices with the LDM. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Makefile')
-rw-r--r--arch/powerpc/platforms/ps3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Makefile b/arch/powerpc/platforms/ps3/Makefile
index a0048fcf086..ac1bdf844ec 100644
--- a/arch/powerpc/platforms/ps3/Makefile
+++ b/arch/powerpc/platforms/ps3/Makefile
@@ -4,3 +4,4 @@ obj-y += system-bus.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_SPU_BASE) += spu.o
+obj-y += device-init.o