From 20ff8788b8255eafbacab8833905e45e0cfd80dd Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sun, 15 Mar 2026 22:17:05 +0100 Subject: [PATCH] libaux include libsystem --- libaux/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libaux/Makefile b/libaux/Makefile index d27451b..fda6efe 100644 --- a/libaux/Makefile +++ b/libaux/Makefile @@ -1,6 +1,9 @@ include ../make/ufuncs.mk +$(eval $(call add_include,libsystem)) + libname := libaux + cflags += -DPRINTF_INCLUDE_CONFIG_H=1 include ../make/lib.mk