diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-03-21 18:38:17 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-03-21 18:38:17 +0000 |
| commit | c359af48545e2427a69eb955b0512706d4afa7e9 (patch) | |
| tree | 3a58acf219d23f6cca69ec4dae7e3adb6da2b4c5 /kernel/Makefile | |
| parent | b88cfbdfad533629b294797efc196034c61dbb75 (diff) | |
higher-half stub kernel does the thing
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 36cca4c..a2cee11 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -16,7 +16,7 @@ LDFLAGS += -z max-page-size=4096 --export-dynamic LOADLIBES := -lgcc SOBJS := -GOBJS := entry_efi.o +GOBJS := entry_efi.o kprint.o serial.o port.o main.o IOBJS := $(SOBJS): CFLAGS += -fPIC |
