summaryrefslogtreecommitdiff
path: root/kc/boot/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-20 23:50:43 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-20 23:50:43 +0000
commit6002ec7d841d91d85cc55733c539594c97fc2e30 (patch)
tree951daac374219fcf6d49af9195383443e8f468f0 /kc/boot/Makefile
parent0625188d3e925136645f2a99f6280dbf689dc0e2 (diff)
moving files around
Diffstat (limited to 'kc/boot/Makefile')
-rw-r--r--kc/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
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