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 PlayStation
3
15 include $(INCLUDE_DIR
)/target.mk
17 define Target
/Description
18 Build bootloader images for the Playstation
3
22 define Kernel
/Prepare
/ps3
23 bzcat
$(DL_DIR
)/$(LINUX_SOURCE
) |
$(TAR
) -C
$(KERNEL_BUILD_DIR
) $(TAR_OPTIONS
)
27 $(call Kernel
/Prepare
/ps3
)
30 # include the profiles
31 #-include profiles/*.mk
34 $(eval
$(call BuildTarget
))