summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img7
1 files changed, 7 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img
index 28f50598a..aee24c284 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -232,6 +232,13 @@ image=/vmlinux.gz
}
}
+sub boot_img_ppc {
+ my ($mnt, $img) = @_;
+ # Here's a quick hack... just to give the script somethign to do. :)
+ # We do not yet have a set way of making bootable images.
+ _ "cp $type.rdz $img";
+}
+
sub output {
my $f = shift;
local *F;