Should be working, but function call fails.

This commit is contained in:
Nicolás Ortega Froysa
2018-02-26 16:53:13 +01:00
parent ad43ca56b1
commit 3f35a78c07
4 changed files with 5 additions and 8 deletions

View File

@ -17,7 +17,7 @@ os-image: boot/boot_sect.bin kernel/kernel.bin
kernel/kernel.bin: $(OBJ)
$(LD) $(LDFLAGS) $^ -o $@
%.o: %.c ${HEADERS}
%.o: %.c
$(CC) $(CFLAGS) -c $< -o $@
%.o: %.asm