remove config for non supported kernel version
[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.25
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 patches required
24 define Kernel/Prepare/ps3
25 bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
26 endef
27
28 define Kernel/Prepare
29 $(call Kernel/Prepare/ps3)
30 endef
31
32 KERNELNAME:="zImage"
33
34 $(eval $(call BuildTarget))