kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kvm-kmod: x86: Drop duplicate external-module-compat objects
@ 2009-05-22 20:04 Jan Kiszka
  2009-05-23  1:36 ` Chris Wright
  2009-05-24  8:15 ` Avi Kivity
  0 siblings, 2 replies; 9+ messages in thread
From: Jan Kiszka @ 2009-05-22 20:04 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

This redundancy breaks subtly when building against recent OpenSUSE
kernels.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 x86/Kbuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x86/Kbuild b/x86/Kbuild
index e304c79..ade87fc 100644
--- a/x86/Kbuild
+++ b/x86/Kbuild
@@ -13,7 +13,7 @@ endif
 ifeq ($(CONFIG_IOMMU_API),y)
 kvm-objs += iommu.o
 endif
-kvm-intel-objs := vmx.o vmx-debug.o ../external-module-compat.o
-kvm-amd-objs := svm.o ../external-module-compat.o
+kvm-intel-objs := vmx.o vmx-debug.o
+kvm-amd-objs := svm.o
 
 CFLAGS_kvm_main.o = -DKVM_MAIN


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-05-25  9:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 20:04 [PATCH] kvm-kmod: x86: Drop duplicate external-module-compat objects Jan Kiszka
2009-05-23  1:36 ` Chris Wright
2009-05-23 11:55   ` Jan Kiszka
2009-05-24  8:17     ` Avi Kivity
2009-05-25  6:49       ` Jan Kiszka
2009-05-25  9:40         ` Avi Kivity
2009-05-24  8:15 ` Avi Kivity
2009-05-25  6:56   ` [PATCH v2] " Jan Kiszka
2009-05-25  9:36     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).