diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-01-17 12:22:30 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-01-17 12:22:30 +0000 |
| commit | 2f2e5b43d2985abd504ecd5672ce783bef904f2f (patch) | |
| tree | 3c24efcea6b0ce6dda0ee720b3afe250247f2dfb /kc/core/Makefile | |
| parent | dc7152c1cc6412871e1120ed53fb94ed386613cc (diff) | |
preparing for multitasking
Diffstat (limited to 'kc/core/Makefile')
| -rw-r--r-- | kc/core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile index 53f1cea..2b8ab8d 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -1,18 +1,18 @@ include ../../defaults.mk include ../defaults.mk -VPATH := ../../lib ../ +VPATH := ../../lib ../ cpu/ TARGET := kernel.os .DEFAULT: $(TARGET) -CPPFLAGS += -I../../api +CPPFLAGS += -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 \ kc_main.o main.o memory.o memset.o memcpy.o memmove.o memcmp.o cpu.o \ - vm_tree.o exceptions.o panic.o + vm_tree.o exceptions.o panic.o msr.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
