diff options
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 82498b2..a70c8c5 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -12,7 +12,6 @@ ASMFLAGS = -f elf OutFile = Melon.ke Objects = Core/loader.wtf.o \ Core/kmain.wtf.o \ - Core/cppsupport.wtf.o \ Core/Sys.ns.o \ Core/Log.ns.o \ MemoryManager/Mem.ns.o \ @@ -47,6 +46,7 @@ Objects = Core/loader.wtf.o \ Linker/Binary.proto.o \ Linker/MelonBinary.class.o \ Linker/ElfBinary.class.o \ + ../Library/Common/cppsupport.wtf.o \ ../Library/Common/Bitset.class.o \ ../Library/Common/String.class.o \ ../Library/Common/ByteArray.class.o \ |