diff --git a/kernel/makefile b/kernel/makefile index d35e650..78dfe29 100644 --- a/kernel/makefile +++ b/kernel/makefile @@ -72,9 +72,9 @@ apisupt.obj: apisupt.asm segs.inc $(TARGET).lnk asmsupt.obj: asmsupt.asm segs.inc $(TARGET).lnk console.obj: console.asm io.inc $(TARGET).lnk dosidle.obj: dosidle.asm segs.inc $(TARGET).lnk -entry.obj: entry.asm segs.inc $(HDR)stacksinc $(TARGET).lnk +entry.obj: entry.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk execrh.obj: execrh.asm segs.inc $(TARGET).lnk -int2f.obj: int2f.asm segs.inc $(HDR)stacksinc $(TARGET).lnk +int2f.obj: int2f.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk intr.obj: intr.asm segs.inc $(TARGET).lnk io.obj: io.asm segs.inc $(TARGET).lnk irqstack.obj: irqstack.asm segs.inc $(TARGET).lnk @@ -85,8 +85,6 @@ printer.obj: printer.asm io.inc $(TARGET).lnk procsupt.obj: procsupt.asm segs.inc $(HDR)stacks.inc $(TARGET).lnk serial.obj: serial.asm io.inc $(TARGET).lnk -INITHEADERS=init-mod.h init-dat.h - HDRS=\ $(HDR)portab.h $(HDR)device.h $(HDR)mcb.h $(HDR)pcb.h \ $(HDR)fat.h $(HDR)fcb.h $(HDR)tail.h $(HDR)time.h $(HDR)process.h \