diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2008-12-18 11:46:28 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2008-12-18 11:46:28 +0000 |
commit | ccb5e0498ff426d1937676477b0cd12c96f40cf6 (patch) | |
tree | 74fcd4910584697eda86e35c614684ea0daf0bae /target/linux/ps3/Makefile | |
parent | 1deaf6f46b0bb7a293c1e88e1c7b346cb9493c06 (diff) | |
download | upstream-ccb5e0498ff426d1937676477b0cd12c96f40cf6.tar.gz upstream-ccb5e0498ff426d1937676477b0cd12c96f40cf6.tar.bz2 upstream-ccb5e0498ff426d1937676477b0cd12c96f40cf6.zip |
re-arrange ps3 tree
SVN-Revision: 13680
Diffstat (limited to 'target/linux/ps3/Makefile')
-rw-r--r-- | target/linux/ps3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index ebcc4a9cf0..78fdfe2d70 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ps3 BOARDNAME:=Sony PS3 Game Console +SUBTARGETS=petitboot -LINUX_VERSION:=2.6.27.9 +LINUX_VERSION:=2.6.27.8 KERNEL_CC:= |