]> git.corax.cc Git - corax/commitdiff
Fix order in that objects in the kernel code are linked
authorMatthias Kruk <m@m10k.eu>
Wed, 18 Dec 2019 06:57:42 +0000 (15:57 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 18 Dec 2019 06:57:42 +0000 (15:57 +0900)
kernel/Makefile

index 2d37c049f2ce74705164aa66b462e4bccf7c0392..318c03d4e550a3d365123c77c72ff76bee901fb0 100644 (file)
@@ -1,5 +1,5 @@
-OBJECTS = arch/arch.o core/core.o klibc/klibc.a
-DEPS = arch core klibc
+OBJECTS = arch/arch.o core/core.o io/io.o klibc/klibc.a
+DEPS = arch core io klibc
 LDFLAGS = --oformat=elf32-i386 -b elf32-i386 -m elf_i386
 CFLAGS = -m32 -Wall -nostdlib -nodefaultlibs -nostartfiles -ffreestanding
 PHONY = $(DEPS) clean