1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-11-21 01:39:29 +00:00

the boostrap code needs the KERNEL_INCLUDES, to find <syscall.h>

This commit is contained in:
Kalamatee
2025-07-13 15:27:12 +01:00
committed by deadwood
parent a38e3c2228
commit ee7cfca7a8

View File

@ -3,7 +3,7 @@ include $(SRCDIR)/config/aros.cfg
FILES := malloc preboot
USER_INCLUDES := -I$(SRCDIR)/arch/all-hosted/bootstrap \
-I$(GENINCDIR)
-I$(GENINCDIR) $(KERNEL_INCLUDES)
USER_CPPFLAGS := $(HOST_SYSCALL_CPPFLAGS)
%build_archspecific \