From 2ed770398e4315a06f7722787c044d0214f80d1c Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 16 Mar 2017 20:09:07 +0000 Subject: [PATCH] compiling depends on the kernel includes. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54147 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/exec/mmakefile.src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/all-pc/exec/mmakefile.src b/arch/all-pc/exec/mmakefile.src index a5fffc47c8..b7a2b8cba5 100644 --- a/arch/all-pc/exec/mmakefile.src +++ b/arch/all-pc/exec/mmakefile.src @@ -2,6 +2,8 @@ include $(SRCDIR)/config/aros.cfg +#MM kernel-exec-pc : kernel-kernel-includes + FILES := platform_init powerstate_handlers supervisor exec_idle intserver_vblank # From kernel.resource we need only kernel_syscalls.h -- 2.11.4.GIT