From 9216ad8cb7849d88b6d8e9f097718de4f25d4121 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 15 Jan 2006 13:00:08 +1100 Subject: 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 --- arch/powerpc/boot/dummy.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 arch/powerpc/boot/dummy.c (limited to 'arch/powerpc/boot/dummy.c') 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; +} -- cgit v1.2.3