]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add conditional compilation of symbol resolving
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 18 May 2011 19:08:57 +0000 (22:08 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 18 May 2011 19:08:57 +0000 (22:08 +0300)
commitc474e3fec70bcacd5b24a24838c653e5a13e7b58
treed05524f11f3dc3756867720b0bff4701ead3397e
parent3bca1ab74c9f0a21948c570c9c72a7a228947f1e
kvm tools: Add conditional compilation of symbol resolving

Thomas reported that on some systems there might be no bdf
library installed. So we take perf approach and check for
library presence at compilation time.

Reported-by: Thomas Heil <heil@terminal-consulting.de>
Tested-by: Thomas Heil <heil@terminal-consulting.de>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/config/feature-tests.mak [new file with mode: 0644]
tools/kvm/config/utilities.mak [new file with mode: 0644]
tools/kvm/include/kvm/symbol.h