Removed now unnecessary comment.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10799 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-17 15:39:34 +00:00
parent 4cd3f831c2
commit b217d989e7

View File

@ -1827,7 +1827,6 @@ rule KernelAddon
ObjectC++Flags $(sources) : -D_KERNEL_MODE=1 -no-fpic -fno-exceptions ;
LINKFLAGS on $(1) = [ on $(1) return $(LINKFLAGS) ] -nostdlib ;
LinkSharedOSLibs $(1) : $(4) <nogrist>kernel.so ;
# ToDo this has to be changed!
SetupKernel $(sources) ;
}