rule KernelStaticLibrary: Fix comment
This commit is contained in:
parent
25a7b01d15
commit
d0e6e17436
@ -161,7 +161,7 @@ rule KernelStaticLibrary
|
||||
{
|
||||
# Usage KernelStaticLibrary <name> : <sources> : <extra cc flags> ;
|
||||
# This is designed to take a set of sources and libraries and create
|
||||
# a file called lib<name>.a
|
||||
# a static library.
|
||||
|
||||
SetupKernel $(2) : $(3) : false ;
|
||||
Library $(1) : $(2) ;
|
||||
|
Loading…
Reference in New Issue
Block a user