mirror of https://github.com/FDOS/kernel.git
Include lol.h in makefile header list
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1111 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
30ac4c1a01
commit
e936a15c6b
|
@ -75,7 +75,7 @@ procsupt.obj: procsupt.asm segs.inc $(HDR)stacks.inc
|
|||
serial.obj: serial.asm io.inc
|
||||
|
||||
HDRS=\
|
||||
$(HDR)portab.h $(HDR)device.h $(HDR)mcb.h $(HDR)pcb.h \
|
||||
$(HDR)portab.h $(HDR)device.h $(HDR)mcb.h $(HDR)pcb.h $(HDR)lol.h\
|
||||
$(HDR)fat.h $(HDR)fcb.h $(HDR)tail.h $(HDR)time.h $(HDR)process.h \
|
||||
$(HDR)dcb.h $(HDR)sft.h $(HDR)cds.h $(HDR)exe.h $(HDR)fnode.h \
|
||||
$(HDR)dirmatch.h $(HDR)file.h $(HDR)clock.h $(HDR)kbd.h $(HDR)error.h \
|
||||
|
|
Loading…
Reference in New Issue