1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/target/linux/ps3/petitboot/target.mk
Geoff Levand dd0e2e3358 powerpc: Create a powerpc64 config feature
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


SVN-Revision: 17306
2009-08-18 23:07:45 +00:00

7 lines
104 B
Makefile

BOARDNAME:=Petitboot
FEATURES+=fpu ramdisk
define Target/Description
Build Petitboot bootloader
endef