diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-11-23 00:46:58 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:40:54 +1100 |
commit | 00a3e2e93cd3ce73ab2d200fff22a62548da06d6 (patch) | |
tree | d52c96626676ab78598949bb6e35726a9e83da78 /arch/powerpc/platforms/ps3/Makefile | |
parent | 261efc3f178c8c5b55d76208aee1f39ce247f723 (diff) |
[POWERPC] ps3: add OS params support
Adds support for early access to the parameter data from the PS3 'Other OS'
flash memory area. The parameter data mainly holds user preferences like
static ip address.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Makefile')
-rw-r--r-- | arch/powerpc/platforms/ps3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/Makefile b/arch/powerpc/platforms/ps3/Makefile index 8d6c72c6ea7..6eb69778636 100644 --- a/arch/powerpc/platforms/ps3/Makefile +++ b/arch/powerpc/platforms/ps3/Makefile @@ -1,2 +1,2 @@ obj-y += setup.o mm.o smp.o time.o hvcall.o htab.o repository.o -obj-y += interrupt.o exports.o +obj-y += interrupt.o exports.o os-area.o |