diff cos/Makefile @ 24:d8627924d40d

Split up in more files and reboot command
author windel
date Fri, 02 Dec 2011 14:00:02 +0100
parents 69bc6d477b38
children d3c4bf3720a3
line wrap: on
line diff
--- a/cos/Makefile	Thu Dec 01 21:42:59 2011 +0100
+++ b/cos/Makefile	Fri Dec 02 14:00:02 2011 +0100
@@ -22,7 +22,11 @@
 	kernel/snprintf.o \
 	kernel/kernel.o \
 	kernel/asmcode.o \
-	kernel/handlers.o
+	kernel/handlers.o \
+	kernel/keyboard.o \
+	kernel/klib.o \
+	kernel/malloc.o \
+	kernel/timer.o
 
 lcfosc.bin: $(CRT0) $(OBJECTS) linker.ld
 	ld -T linker.ld -s -o lcfosc.bin $(CRT0) $(OBJECTS)