pxcab: Replace TARGET_pxcab with feature powerpc64
[openwrt-10.03/.git] / target / linux / pxcab / Makefile
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 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=powerpc
10 BOARD:=pxcab
11 BOARDNAME:=PowerXCell Accelerator Board
12 FEATURES+=powerpc64 fpu ramdisk
13
14 LINUX_VERSION:=2.6.30.5
15
16 KERNEL_CC:=
17
18 include $(INCLUDE_DIR)/target.mk
19
20 define Target/Description
21         Build zImage for the IBM PowerXCell Accelerator Board
22         (aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)
23 endef
24
25 KERNELNAME:="zImage"
26
27 DEFAULT_PACKAGES += kmod-tg3
28
29 $(eval $(call BuildTarget))