Cut down on debug, fixed tabs, made process tree be killed when root is killed
[tpg/acess2.git] / Kernel / Makefile
index 0c90022..68b84b8 100644 (file)
@@ -18,7 +18,7 @@ ASFLAGS               += -D ARCH=\"$(ARCH)\"
 LDFLAGS                += -T arch/$(ARCHDIR)/link.ld
 
 OBJ = $(addprefix arch/$(ARCHDIR)/,$(A_OBJ))
-OBJ += heap.o messages.o debug.o modules.o lib.o syscalls.o system.o
+OBJ += heap.o messages.o debug.o modules.o lib.o syscalls.o system.o threads.o
 OBJ += binary.o bin/elf.o
 OBJ += vfs/main.o vfs/open.o vfs/acls.o vfs/dir.o vfs/io.o vfs/mount.o vfs/memfile.o vfs/nodecache.o
 OBJ += vfs/fs/root.o vfs/fs/devfs.o vfs/fs/fat.o
@@ -45,7 +45,7 @@ $(BIN): $(OBJ) arch/$(ARCHDIR)/link.ld Makefile
        @objdump $(BIN) -D > $(BIN).dsm
        @cp $(BIN) /mnt/AcessFDD/
        @wc -l $(SRCFILES) > LineCounts.$(ARCH).txt
-       @git commit
+       @git commit -a
 
 %.ao.$(ARCH): %.asm Makefile
        @echo --- NASM -o $@

UCC git Repository :: git.ucc.asn.au