diff cos/kernel/Makefile @ 36:91f91ff07ea8

Removed test variables
author windel
date Mon, 16 Jan 2012 20:47:05 +0100
parents 8012221dd740
children 5c20bd53cccd
line wrap: on
line diff
--- a/cos/kernel/Makefile	Mon Jan 16 17:38:00 2012 +0100
+++ b/cos/kernel/Makefile	Mon Jan 16 20:47:05 2012 +0100
@@ -10,8 +10,8 @@
 OBJECTS = video.o snprintf.o kernel.o asmcode.o handlers.o keyboard.o \
 			klib.o malloc.o task.o mm.o timer.o fs.o initrd.o
 
-lcfos.bin: $(CRT0) $(OBJECTS) link.ld
-	ld -g -T link.ld -s --cref -Map=kernel.map -o lcfos.bin $(CRT0) $(OBJECTS)
+lcfos.bin: $(CRT0) $(OBJECTS) kernel.ld
+	ld -g -T kernel.ld -s --cref -Map=kernel.map -o lcfos.bin $(CRT0) $(OBJECTS)
 
 %.o : %.asm
 	nasm -f elf64 -o $@ $<