]> Git Repo - qemu.git/commit
rules: filter out irrelevant files
authorMichael S. Tsirkin <[email protected]>
Wed, 17 Feb 2016 14:59:36 +0000 (16:59 +0200)
committerMichael S. Tsirkin <[email protected]>
Wed, 17 Feb 2016 14:59:36 +0000 (16:59 +0200)
commitcefa2bbd6ad516a8cde9425a35597487d9a4becb
tree276a24c751bb5c12a0b09b65ff640a9befef02ce
parent9cfaa0079f5053683c6a632070244c35fa319549
rules: filter out irrelevant files

It's often handy to make executables depend on each other, e.g. make a
test depend on a helper. This doesn't work now, as linker
will attempt to use the helper as an object.
To fix, filter only relevant file types before linking an executable.

Signed-off-by: Michael S. Tsirkin <[email protected]>
rules.mak
This page took 0.024539 seconds and 4 git commands to generate.