Commit 4aef1839 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

doc: make -- Add description for `obj-ext-src-y'

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 46eff20b
......@@ -61,6 +61,12 @@ obj-e::
Same as 'obj-y' but implies that source code file lays in directory
other than '$(obj)'. The postfix '-e' came from word 'external'.
obj-ext-src-y::
Same as 'obj-y' but implies that source code file lays in directory
other than '$(obj)', while compiled object file pushed into '$(obj)' directory.
Consider using this variable if you need to compile same source file with
different flags.
asm-y::
Source code S file. Same as 'obj-y' but for assembly language.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment