[PATCH] SA1100: fix building of h3100

Kristoffer Ericson kristoffer.ericson at gmail.com
Tue Oct 6 06:53:18 EDT 2009


On Mon,  5 Oct 2009 21:50:34 +0400
Dmitry Artamonow <mad_soft at 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 at 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 at gmail.com>



More information about the linux-arm-kernel mailing list