Missing grist in SetupKernel.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1400,7 +1400,7 @@ rule SetupKernel
|
||||
{
|
||||
# Usage SetupKernel <sources_or_objects> : <extra_cc_flags>;
|
||||
|
||||
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 ;
|
||||
|
||||
Reference in New Issue
Block a user