diff options
Diffstat (limited to 'i386/Makerules.in')
-rw-r--r-- | i386/Makerules.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/i386/Makerules.in b/i386/Makerules.in index 1957e0f..f6c90da 100644 --- a/i386/Makerules.in +++ b/i386/Makerules.in @@ -33,10 +33,8 @@ DEFINES += -DCONTINUATIONS -D__ELF__ -Di386 $(DEFS-$(systype)) # Arrange for a suitable load address. LDFLAGS-kernel += -Ttext 100000 -# `boothdr.o' has to be at the beginning. -kernel-objfiles-prepend = $(systype)/boothdr.o - -kernel.o: $(kernel-objfiles-prepend) +# `boothdr.o' has to be at the beginning of the kernel image. +$(systype)-objfiles-prepend = boothdr.o # |