Root/target/linux/ps3/Makefile

1#
2# Copyright (C) 2007 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=powerpc
10BOARD:=ps3
11BOARDNAME:=Sony PS3 Game Console
12MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
13SUBTARGETS=petitboot
14FEATURES+=powerpc64
15
16LINUX_VERSION:=2.6.30.10
17
18KERNEL_CC:=
19
20include $(INCLUDE_DIR)/target.mk
21
22define Target/Description
23    Build for the Sony PS3 Game Console
24
25    The OpenWRT build will create both a 1st stage PS3-Linux image
26    suitable for programming into the PS3 flash memory, and a 2nd
27    stage PS3-Linux image suitable for loading via bootloaders or
28    the kexec utility.
29
30    Enable the Petitboot package to build a PS3 bootloader.
31endef
32
33KERNELNAME:="zImage"
34
35$(eval $(call BuildTarget))
36

Archive Download this file



interactive