From 2dd47f63b5b461126a8891b4bf7378697490b3ec Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 19 May 2003 23:49:30 +0000 Subject: [PATCH] Missing grist in SetupKernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3258 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 6b76ee5986..1080c2be82 100644 --- a/Jamrules +++ b/Jamrules @@ -1400,7 +1400,7 @@ rule SetupKernel { # Usage SetupKernel : ; - local _objs = $(1:S=$(SUFOBJ)) ; + local _objs = [ FGristFiles $(1:S=$(SUFOBJ)) ] ; #Setup Kernel header directories local public_kernel_includes = add-ons/file_system add-ons/graphics device drivers kernel storage support ;