rule KernelStaticLibrary: Fix comment

This commit is contained in:
Ingo Weinhold 2013-05-05 15:04:08 +02:00
parent 25a7b01d15
commit d0e6e17436

View File

@ -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) ;