From: Jan Kiszka <jan.kiszka@domain.hid>
To: Xenomai-core@domain.hid
Subject: [Xenomai-core] [PATCH] fix prepare-kernel.sh for x86 build
Date: Fri, 28 Dec 2007 12:04:50 +0100 [thread overview]
Message-ID: <4774D852.2040406@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 700 bytes --]
Index: xenomai/scripts/prepare-kernel.sh
===================================================================
--- xenomai/scripts/prepare-kernel.sh (Revision 3329)
+++ xenomai/scripts/prepare-kernel.sh (Arbeitskopie)
@@ -428,9 +428,9 @@
patch_append init/Kconfig
fi
- if ! grep -q CONFIG_XENOMAI $linux_tree/arch/$linux_arch/Makefile; then
+ if ! grep -q CONFIG_XENOMAI $linux_tree/arch/$linux_archsrc/Makefile; then
p="drivers-\$(CONFIG_XENOMAI) += arch/$linux_archsrc/xenomai/"
- ( echo ; echo $p ) | patch_append arch/$linux_arch/Makefile
+ ( echo ; echo $p ) | patch_append arch/$linux_archsrc/Makefile
fi
patch_architecture_specific="n"
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
next reply other threads:[~2007-12-28 11:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-28 11:04 Jan Kiszka [this message]
2007-12-28 11:14 ` [Xenomai-core] [PATCH] fix prepare-kernel.sh for x86 build Philippe Gerum
2007-12-28 11:17 ` Philippe Gerum
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=4774D852.2040406@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=Xenomai-core@domain.hid \
/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.