From 862cfbbb56382833d94ee5295062a1c4ca91e1ec Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 30 Jan 2023 00:16:34 +0000 Subject: moved strtoull() into string.c --- kc/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc') diff --git a/kc/core/Makefile b/kc/core/Makefile index 394b2dc..eb18a4f 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -14,7 +14,7 @@ GOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o \ kprintf.o serial.o port.o mmu.o kc_main.o memory.o memset.o memcpy.o \ memmove.o memcmp.o cpu.o vm_tree.o exceptions.o panic.o msr.o task.o \ cpu_task.o irq.o kcc_memory.o string.o pic8259.o pic8259_isr.o \ - pit8253.o page_early.o page_stack.o strtoull.o kstdio.o + pit8253.o page_early.o page_stack.o kstdio.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only -- cgit v1.3.1-1-g115d