diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-04-12 15:10:16 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-04-12 15:10:16 +0000 |
| commit | ef1166f6e83d72df360a6dfc2f6643d826ce07ba (patch) | |
| tree | 1363fee07ae473b2bf81bb863792e58b1d53bb90 /kernel/Makefile | |
| parent | ce2c1768fc9c0537136ff0af563766e23f2e9355 (diff) | |
panic() and halt() now in kernel private interface
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index da4591d..7caf69c 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -19,7 +19,8 @@ LOADLIBES := -lgcc SOBJS := GOBJS := entry_efi.o kprint.o serial.o port.o main.o memory.o \ - memset.o memcpy.o memmove.o memcmp.o cpu.o exceptions.o + memset.o memcpy.o memmove.o memcmp.o cpu.o exceptions.o \ + panic.o IOBJS := $(SOBJS): CFLAGS += -fPIC |
