From: kristoffer.ericson@gmail.com (Kristoffer Ericson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] SA1100: fix building of h3100
Date: Tue, 6 Oct 2009 12:53:18 +0200 [thread overview]
Message-ID: <20091006125318.d430a642.kristoffer.ericson@gmail.com> (raw)
In-Reply-To: <1254765034-29849-1-git-send-email-mad_soft@inbox.ru>
On Mon, 5 Oct 2009 21:50:34 +0400
Dmitry Artamonow <mad_soft@inbox.ru> wrote:
> Both iPaqs h3100 and h3600 currently share the same source
> file - h3600.c But Makefile builds it only if CONFIG_SA1100_H3600
> selected, so selecting just CONFIG_SA1100_H3100 results in
> "no machine record defined" message and aborted compilation.
>
> Fix it.
Acked
>
> Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
> ---
> Well, it left unnoticed by me for a while, just because I always build
> kernels with _both_ machines compiled in.
>
> arch/arm/mach-sa1100/Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-sa1100/Makefile b/arch/arm/mach-sa1100/Makefile
> index 8a5546e..bb7b819 100644
> --- a/arch/arm/mach-sa1100/Makefile
> +++ b/arch/arm/mach-sa1100/Makefile
> @@ -25,6 +25,7 @@ led-$(CONFIG_SA1100_CERF) += leds-cerf.o
>
> obj-$(CONFIG_SA1100_COLLIE) += collie.o
>
> +obj-$(CONFIG_SA1100_H3100) += h3600.o
> obj-$(CONFIG_SA1100_H3600) += h3600.o
>
> obj-$(CONFIG_SA1100_HACKKIT) += hackkit.o
> --
> 1.6.3.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Kristoffer Ericson <kristoffer.ericson@gmail.com>
next prev parent reply other threads:[~2009-10-06 10:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-05 17:50 [PATCH] SA1100: fix building of h3100 Dmitry Artamonow
2009-10-06 10:48 ` Russell King - ARM Linux
2009-10-06 14:31 ` Dmitry Artamonow
2009-10-06 10:53 ` Kristoffer Ericson [this message]
2009-10-06 11:28 ` Russell King - ARM Linux
2009-10-06 12:51 ` Kristoffer Ericson
2009-10-06 13:05 ` Albert ARIBAUD
2009-10-06 14:38 ` Dmitry Artamonow
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=20091006125318.d430a642.kristoffer.ericson@gmail.com \
--to=kristoffer.ericson@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 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).