From 6002ec7d841d91d85cc55733c539594c97fc2e30 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 20 Feb 2022 23:50:43 +0000 Subject: moving files around --- kc/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/boot') diff --git a/kc/boot/Makefile b/kc/boot/Makefile index 506c12b..36d069e 100644 --- a/kc/boot/Makefile +++ b/kc/boot/Makefile @@ -7,7 +7,7 @@ VPATH := ../../lib ../ TARGET := efi.os .DEFAULT: $(TARGET) -CPPFLAGS += -I../../api +CPPFLAGS += -I../../api -I ../api OBJS := entry_x86_64.o reloc_x86_64.o kc_main.o elf64.o memcmp.o memcpy.o \ memmove.o memset.o -- cgit v1.3.1-1-g115d