diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-08-18 23:09:50 +0000 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-08-18 23:09:50 +0000 |
commit | d719b5187196d7314c89e7d1b41236c324400255 (patch) | |
tree | 6d38cc54821a7d4cea63f1553e2b70c7730bfbaa /target/linux/pxcab/Makefile | |
parent | 75816814668ff6f42b7d540c0f954030cf482861 (diff) | |
download | upstream-d719b5187196d7314c89e7d1b41236c324400255.tar.gz upstream-d719b5187196d7314c89e7d1b41236c324400255.tar.bz2 upstream-d719b5187196d7314c89e7d1b41236c324400255.zip |
pxcab: Replace TARGET_pxcab with feature powerpc64
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17307
Diffstat (limited to 'target/linux/pxcab/Makefile')
-rw-r--r-- | target/linux/pxcab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pxcab/Makefile b/target/linux/pxcab/Makefile index 62289851bf..945f3f2d07 100644 --- a/target/linux/pxcab/Makefile +++ b/target/linux/pxcab/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=pxcab BOARDNAME:=PowerXCell Accelerator Board -FEATURES:=fpu ramdisk +FEATURES+=powerpc64 fpu ramdisk LINUX_VERSION:=2.6.30.5 |