From bff63a4337eb3388617d230970c5eb2684d6a215 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 19 Dec 2021 01:16:51 +0000 Subject: i don't know what i'm doing anymore --- kernel/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'kernel/Makefile') diff --git a/kernel/Makefile b/kernel/Makefile index 7caf69c..407c4bb 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -5,11 +5,6 @@ VPATH := ../lib TARGET := kernel.os .DEFAULT: $(TARGET) -# EFI API for temporary things - -EFIAPIDIR := /usr/local/include/efi - -CPPFLAGS += -I../api -I$(EFIAPIDIR) -I$(EFIAPIDIR)/$(ARCH) -I$(EFIAPIDIR)/protocol CFLAGS += -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g LIBDIRS += -L$(dir $(shell $(CC) -print-libgcc-file-name)) @@ -18,7 +13,7 @@ LDFLAGS += -z max-page-size=4096 --export-dynamic LOADLIBES := -lgcc SOBJS := -GOBJS := entry_efi.o kprint.o serial.o port.o main.o memory.o \ +GOBJS := entry.o kprint.o serial.o port.o main.o memory.o \ memset.o memcpy.o memmove.o memcmp.o cpu.o exceptions.o \ panic.o IOBJS := -- cgit v1.3.1-1-g115d