From d07bd08dd0446e8c41eccaccbb07e9112200e8ee Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 24 May 2026 11:09:31 +0000 Subject: rename and move, function renames in stdio --- kc/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kc/boot/Makefile') diff --git a/kc/boot/Makefile b/kc/boot/Makefile index b90f183..d0c1d76 100644 --- a/kc/boot/Makefile +++ b/kc/boot/Makefile @@ -2,12 +2,12 @@ include ../../defaults.mk include ../../efi.mk include ../defaults.mk -VPATH := ../../lib ../ +VPATH := ../../lib ../ ../../lib/libc TARGET := efi.os .DEFAULT: $(TARGET) -CPPFLAGS += -I../../api -I ../api -I../../lib +CPPFLAGS += -I../../api -I ../api -I../../lib/api CFLAGS += -fshort-wchar -- cgit v1.3.1-1-g115d