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.28.2
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
)
26 # provide facility for specific patches
27 PATCH_DIR
=patches-petitboot
29 bzcat
$(DL_DIR
)/$(LINUX_SOURCE
) |
$(TAR
) -C
$(KERNEL_BUILD_DIR
) $(TAR_OPTIONS
)
30 $(call PatchDir
,$(PATCH_DIR
),)
36 $(eval
$(call BuildTarget
))