From 2ec40910ea242b5aa3a00c301c7e57c73e592641 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Tue, 15 Jan 2002 21:04:52 +0000 Subject: [PATCH] Remove unneeded references to mkrom --- src/arch/i386/config/make.base | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/arch/i386/config/make.base b/src/arch/i386/config/make.base index a7c2b79a37..23a2360184 100644 --- a/src/arch/i386/config/make.base +++ b/src/arch/i386/config/make.base @@ -34,16 +34,13 @@ addaction linuxbios.rom echo $$size ; \ addaction linuxbios.rom dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size` -makerule mkrom: $(TOP)/mkrom/mkrom.c ; $(CC) -o mkrom $< - - makerule payload.block : $(if $(PAYLOAD),$(PAYLOAD), linux.bin.gz) ; dd conv=sync bs=$(PAYLOAD_SIZE) if=$< of=$@ makerule linux.bin.gz: linux.bin ;gzip -f -3 linux.bin makerule linux.bin: $(LINUX) ; objcopy -O binary -R .note -R .comment -S $< $@ -addaction clean rm -f romimage mkrom linux.* payload.* +addaction clean rm -f romimage linux.* payload.* # do standard config files that the user need not specify # for now, this is just 'lib', but it may be more later.