1#
2# Copyright (C) 2009 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=powerpc
10BOARD:=pxcab
11BOARDNAME:=PowerXCell Accelerator Board
12FEATURES:=powerpc64 fpu ramdisk broken
13
14LINUX_VERSION:=2.6.30.10
15
16KERNEL_CC:=
17
18include $(INCLUDE_DIR)/target.mk
19
20define Target/Description
21	Build zImage for the IBM PowerXCell Accelerator Board
22	(aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)
23endef
24
25KERNELNAME:="zImage"
26
27DEFAULT_PACKAGES += kmod-tg3
28
29$(eval $(call BuildTarget))
30