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
13 LINUX_VERSION
:=2.6.25.9
17 include $(INCLUDE_DIR
)/target.mk
19 define Target
/Description
20 Build bootloader images for the Sony PS3 Game Console
23 # no generic patches required
25 bzcat
$(DL_DIR
)/$(LINUX_SOURCE
) |
$(TAR
) -C
$(KERNEL_BUILD_DIR
) $(TAR_OPTIONS
)
26 $(call PatchDir
,$(PATCH_DIR
),)
31 $(eval
$(call BuildTarget
))