aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/i386/Config.lb7
1 files changed, 1 insertions, 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 $@"