Skip to content
Snippets Groups Projects
Commit 7b122b34 authored by John Hodge's avatar John Hodge
Browse files

Kernel - Helps if I test things before committing

parent 7ab41f4e
No related merge requests found
...@@ -109,7 +109,7 @@ include/syscalls.h include/syscalls.inc.asm: syscalls.lst Makefile GenSyscalls.p ...@@ -109,7 +109,7 @@ include/syscalls.h include/syscalls.inc.asm: syscalls.lst Makefile GenSyscalls.p
Makefile: ../Makefile.cfg arch/$(ARCHDIR)/Makefile Makefile: ../Makefile.cfg arch/$(ARCHDIR)/Makefile
# HACK - Rebuild proc when the buildnum changes # HACK - Rebuild proc when the buildnum changes
$(OBJDIR)drv/proc.o$(OBJSUFFIX): Makefile.BuildNum #$(OBJDIR)drv/proc.o$(OBJSUFFIX): Makefile.BuildNum.$(ARCH)
# Dependency Files # Dependency Files
-include $(DEPFILES) -include $(DEPFILES)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment