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
17 include $(INCLUDE_DIR
)/target.mk
19 define Target
/Description
20 Build bootloader images for the Sony PS3 Game Console
24 define Kernel
/Prepare
/ps3
25 bzcat
$(DL_DIR
)/$(LINUX_SOURCE
) |
$(TAR
) -C
$(KERNEL_BUILD_DIR
) $(TAR_OPTIONS
)
29 $(call Kernel
/Prepare
/ps3
)
34 $(eval
$(call BuildTarget
))