[PATCH 297] m68k zImage

From: Geert Uytterhoeven
Date: Mon Sep 29 2003 - 03:39:18 EST


m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default

--- linux-2.6.0-test6/arch/m68k/Makefile Tue Jul 29 18:18:35 2003
+++ linux-m68k-2.6.0-test6/arch/m68k/Makefile Wed Sep 3 13:16:32 2003
@@ -76,6 +76,8 @@
core-$(CONFIG_M68060) += arch/m68k/ifpsp060/
core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/

+all: zImage
+
lilo: vmlinux
if [ -f $(INSTALL_PATH)/vmlinux ]; then mv -f $(INSTALL_PATH)/vmlinux $(INSTALL_PATH)/vmlinux.old; fi
if [ -f $(INSTALL_PATH)/System.map ]; then mv -f $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/