Add 2.6.27.8 kernel
[openwrt/svn-archive/archive.git] / target / linux / ps3 / Makefile
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=powerpc
10 BOARD:=ps3
11 BOARDNAME:=Sony PS3 Game Console
12
13 LINUX_VERSION:=2.6.27.8
14
15 KERNEL_CC:=
16
17 include $(INCLUDE_DIR)/target.mk
18
19 define Target/Description
20 Build bootloader images for the Sony PS3 Game Console
21 endef
22
23 # no generic patches required
24 define Kernel/Prepare
25 bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
26 $(call PatchDir,$(PATCH_DIR),)
27 endef
28
29 KERNELNAME:="zImage"
30
31 $(eval $(call BuildTarget))