summaryrefslogtreecommitdiff
path: root/kc/core/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 03:13:45 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 03:13:45 +0000
commited4c2727a4a9721f72ef404ccf7a7df28e2cdd75 (patch)
tree80f235fffbef2f03c671f021c05ae3eafbbe6a4b /kc/core/Makefile
parent862cfbbb56382833d94ee5295062a1c4ca91e1ec (diff)
initial video support
Diffstat (limited to 'kc/core/Makefile')
-rw-r--r--kc/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile
index eb18a4f..8a9c9fd 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 kstdio.o
+ pit8253.o page_early.o page_stack.o kstdio.o video.o
IOBJS :=
# __attribute__((interrupt)) requires -mgeneral-regs-only