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:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user