2 # Copyright (C) 2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 BOARDNAME
:=Sony PS3 Game Console
12 MAINTAINER
:=Geoff Levand
<geoffrey.levand@am.sony.com
>
15 DEVICE_TYPE
=bootloader
17 LINUX_VERSION
:=2.6.28.9
21 include $(INCLUDE_DIR
)/target.mk
23 define Target
/Description
24 Build for the Sony PS3 Game Console
26 The OpenWRT build will create both a
1st stage PS3-Linux image
27 suitable for programming into the PS3 flash memory
, and a
2nd
28 stage PS3-Linux image suitable for loading via bootloaders or
31 Enable the Petitboot package to build a PS3 bootloader.
34 ifeq ($(CONFIG_TARGET_ps3_petitboot
),y
)
42 $(eval
$(call BuildTarget
))