diff options
author | Jerone Young <jyoung5@us.ibm.com> | 2008-04-23 23:56:34 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 16:00:19 +0300 |
commit | 0c43cc2bd1f63aefce15a573ff3aa247008e96f5 (patch) | |
tree | 0a2f3a7d57f65b5cf3240994dba78891e37ade82 /libkvm | |
parent | 2102810dcdd61956aec04675e0da6cb65da7e284 (diff) |
kvm: configure: Remove test suite config.mak from libkvm build
This is a relic of the big userspace refactoring, but today libkvm does
should not include settings from the test suite. This patch resolves this
and removes the overwriting of setting from the main config.mak with test
suite settings.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'libkvm')
-rw-r--r-- | libkvm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libkvm/Makefile b/libkvm/Makefile index 65efb3a2..28af33ba 100644 --- a/libkvm/Makefile +++ b/libkvm/Makefile @@ -1,5 +1,4 @@ include ../config.mak -include ../user/config.mak include config-$(ARCH).mak # cc-option |