From: Robert Millan <rmh@aybabtu.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] fix build error
Date: Tue, 17 Jul 2007 19:46:44 +0200 [thread overview]
Message-ID: <20070717174644.GA19005@aragorn> (raw)
[-- 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
reply other threads:[~2007-07-17 17:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070717174644.GA19005@aragorn \
--to=rmh@aybabtu.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.