aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dummy.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-01-15 13:00:08 +1100
committerPaul Mackerras <paulus@samba.org>2006-01-15 13:00:08 +1100
commit9216ad8cb7849d88b6d8e9f097718de4f25d4121 (patch)
treea147d159f8f02c41280318d4da1facac4985c752 /arch/powerpc/boot/dummy.c
parent7c7dce9209161eb260cdf9e9172f72c3a02379e6 (diff)
powerpc/32: Generate miboot images with ARCH=powerpc
Miboot images are apparently still used on some old 32-bit powermacs, so build them with ARCH=powerpc if we're 32-bit and powermac support is enabled. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dummy.c')
-rw-r--r--arch/powerpc/boot/dummy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dummy.c b/arch/powerpc/boot/dummy.c
new file mode 100644
index 00000000000..31dbf45bf99
--- /dev/null
+++ b/arch/powerpc/boot/dummy.c
@@ -0,0 +1,4 @@
+int main(void)
+{
+ return 0;
+}