diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-06-16 02:05:53 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 13:16:43 +0400 |
commit | ffbdd246478693673adcfe1c34b29714cf25dadd (patch) | |
tree | 2742b856a62517d601f40f05da46557a94b5c8bf /arch/powerpc/platforms/ps3/Makefile | |
parent | 9e6b99bd4494dadebb189d2db4d1f55ae726b0bb (diff) | |
download | linux-ffbdd246478693673adcfe1c34b29714cf25dadd.tar.xz |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Makefile b/arch/powerpc/platforms/ps3/Makefile index a0048fcf0866..ac1bdf844eca 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 |