* [Qemu-devel] [PATCH] fix build error
@ 2007-07-17 17:46 Robert Millan
0 siblings, 0 replies; only message in thread
From: Robert Millan @ 2007-07-17 17:46 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
This appears to be a remnant of when kqemu was non-free. It broke build
for me (not sure under which conditions it can be reproduced, but the fix
is obvious, see the patch).
--
Robert Millan
My spam trap is honeypot@aybabtu.com. Note: this address is only intended
for spam harvesters. Writing to it will get you added to my black list.
[-- Attachment #2: kqemu_free_module.diff --]
[-- Type: text/x-diff, Size: 507 bytes --]
diff -ur kqemu-1.3.0~pre11.old/Makefile kqemu-1.3.0~pre11/Makefile
--- kqemu-1.3.0~pre11.old/Makefile 2007-07-17 19:37:57.000000000 +0200
+++ kqemu-1.3.0~pre11/Makefile 2007-07-17 19:36:52.000000000 +0200
@@ -90,9 +90,9 @@
# called from 2.6 kernel kbuild
obj-m:= kqemu.o
-kqemu-objs:= kqemu-linux.o kqemu-mod.o
+kqemu-objs:= kqemu-linux.o kqemu-mod-$(ARCH).o
-$(obj)/kqemu-mod.o: $(src)/kqemu-mod-$(ARCH).o
- cp $< $@
+$(obj)/kqemu-mod-$(ARCH).o:
+ $(MAKE) -C $(obj)/common
endif
endif # PATCHLEVEL
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-17 17:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17 17:46 [Qemu-devel] [PATCH] fix build error Robert Millan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.