From 5a6d3a449f655488631f7b41dc75d209957aab89 Mon Sep 17 00:00:00 2001 From: "E. C. Masloch" Date: Wed, 7 Feb 2024 00:10:28 +0100 Subject: [PATCH] makefile: list magic.mac for boot --- boot/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/makefile b/boot/makefile index f36e514..e8c4a7e 100644 --- a/boot/makefile +++ b/boot/makefile @@ -7,10 +7,10 @@ production: fat12com.bin fat16com.bin fat32chs.bin fat32lba.bin oemfat12.bin oemfat16.bin -fat12com.bin: boot.asm +fat12com.bin: boot.asm magic.mac $(NASM) -dISFAT12 $(NASMBOOTFLAGS) boot.asm -l$*.lst -ofat12com.bin -fat16com.bin: boot.asm +fat16com.bin: boot.asm magic.mac $(NASM) -dISFAT16 $(NASMBOOTFLAGS) boot.asm -l$*.lst -ofat16com.bin fat32chs.bin: boot32.asm