From aead5f2582d2609a5fed9f05bc41aff3ab6c9344 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 25 Jul 2003 21:43:12 +0000 Subject: [PATCH] change it so linuxbios.rom is the final target. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1044 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Config.lb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index 3bfad9e491..14862b5a40 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -2,7 +2,7 @@ init config/crt0.base ldscript config/ldscript.lb makerule all - depends "romimage" + depends "linuxbios.rom" end makerule floppy @@ -10,11 +10,6 @@ makerule floppy action "mcopy -o romimage a:" end -makerule romimage - depends "linuxbios.rom payload.block" - action "cat payload.block linuxbios.rom > romimage" -end - makerule nrv2b depends "$(TOP)/util/nrv2b/nrv2b.c" action "$(HOSTCC) -O2 -DENCODE -DDECODE -DMAIN -DVERBOSE -DNDEBUG -DBITSIZE=32 -DENDIAN=0 $< -o $@"