diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-15 16:29:24 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-15 16:29:24 +0000 |
| commit | ec4aee35de3446713c6754641cdad82adc011204 (patch) | |
| tree | fb40b7b153da4bbb47ec46b40144a18fbfbcf74b /kc/core/Makefile | |
| parent | 97fcd7d1fc4574753d91e6767a8d8a7653a7f7fe (diff) | |
infrastructure for dynamic symbol resolution
Diffstat (limited to 'kc/core/Makefile')
| -rw-r--r-- | kc/core/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile index 2c7303e..dede157 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -10,11 +10,11 @@ CPPFLAGS += -I../../api -I../api -I. CFLAGS += -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g SOBJS := -GOBJS := entry_x86_64.o reloc_x86_64.o kprint.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 +GOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o \ + kprint.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 IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
