From 2e70752ffa98e97c307b024a944fe618db9f9ffc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 23 Oct 2007 06:23:41 +0000 Subject: Add ps3 target This patch adds a target for the Sony PlayStation 3. Signed-off-by: Jeremy Kerr git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9413 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ps3/image/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ps3/image/Makefile (limited to 'target/linux/ps3/image') diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile new file mode 100644 index 0000000000..e5de26558e --- /dev/null +++ b/target/linux/ps3/image/Makefile @@ -0,0 +1,18 @@ +# +# Copyright (C) 2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/image.mk + +define Image/Prepare + cp $(LINUX_DIR)/arch/powerpc/boot/otheros.bld $(KDIR)/image +endef + +define Image/BuildKernel + cp $(KDIR)/image $(BIN_DIR)/otheros-$(BOARD)-$(KERNEL).bld +endef + +$(eval $(call BuildImage)) -- cgit v1.2.3