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
14 LINUX_VERSION
:=2.6.27.8
18 include $(INCLUDE_DIR
)/target.mk
20 define Target
/Description
21 Build bootloader images for the Sony PS3 Game Console
24 ifeq ($(CONFIG_TARGET_ps3_petitboot
),y
)
25 # no generic patches required
27 bzcat
$(DL_DIR
)/$(LINUX_SOURCE
) |
$(TAR
) -C
$(KERNEL_BUILD_DIR
) $(TAR_OPTIONS
)
28 $(call PatchDir
,$(PATCH_DIR
),)
34 $(eval
$(call BuildTarget
))