From 926236d81d927036bd13e3f4e573b6a5da6297ad Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 10 May 2005 14:23:36 +0000 Subject: [PATCH] set RAMDISK variable --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19fd347..976c15b 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ PPC_OBJCOPY=$(PPC_CROSS_COMPILE)objcopy # Kernel architecture +RAMDISK=ramdisk.gz KERNELPATH=vmlinux KERNEL=$(shell ls $(KERNELPATH) 2> /dev/null) @@ -95,10 +96,10 @@ endif mv floppy.bin.X floppy.bin floppy_ramdisk.bin: libemile tools first/first_floppy vmlinuz \ - second/$(KARCH)-second_floppy ramdisk.gz + second/$(KARCH)-second_floppy $(RAMDISK) tools/emile-install -f first/first_floppy \ -s second/$(KARCH)-second_floppy \ - -k vmlinuz -r ramdisk.gz floppy_ramdisk.bin.X + -k vmlinuz -r $(RAMDISK) floppy_ramdisk.bin.X ifdef CONSOLE tools/emile-set-output floppy_ramdisk.bin.X --printer --modem endif