* [PATCH] sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specified
@ 2008-10-21 17:29 Dean Nelson
2008-10-21 19:55 ` Dean Nelson
0 siblings, 1 reply; 2+ messages in thread
From: Dean Nelson @ 2008-10-21 17:29 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
For the time being build for ia64-sn2 alone when CONFIG_IA64_GENERIC is
specified.
Signed-off-by: Dean Nelson <dcn@sgi.com>
---
drivers/misc/sgi-xp/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux/drivers/misc/sgi-xp/Makefile
===================================================================
--- linux.orig/drivers/misc/sgi-xp/Makefile 2008-10-21 07:54:30.000000000 -0500
+++ linux/drivers/misc/sgi-xp/Makefile 2008-10-21 12:19:48.000000000 -0500
@@ -5,14 +5,14 @@
obj-$(CONFIG_SGI_XP) += xp.o
xp-y := xp_main.o
xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
-xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o xp_uv.o
+xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
xp-$(CONFIG_X86_64) += xp_uv.o
obj-$(CONFIG_SGI_XP) += xpc.o
xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
-xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o xpc_uv.o
+xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
xpc-$(CONFIG_X86_64) += xpc_uv.o
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specified
2008-10-21 17:29 [PATCH] sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specified Dean Nelson
@ 2008-10-21 19:55 ` Dean Nelson
0 siblings, 0 replies; 2+ messages in thread
From: Dean Nelson @ 2008-10-21 19:55 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
I see that this patch got submitted prematurely. Please ignore this patch.
On Tue, Oct 21, 2008 at 12:29:32PM -0500, Dean Nelson wrote:
> For the time being build for ia64-sn2 alone when CONFIG_IA64_GENERIC is
> specified.
>
> Signed-off-by: Dean Nelson <dcn@sgi.com>
>
> ---
>
> drivers/misc/sgi-xp/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Index: linux/drivers/misc/sgi-xp/Makefile
> ===================================================================
> --- linux.orig/drivers/misc/sgi-xp/Makefile 2008-10-21 07:54:30.000000000 -0500
> +++ linux/drivers/misc/sgi-xp/Makefile 2008-10-21 12:19:48.000000000 -0500
> @@ -5,14 +5,14 @@
> obj-$(CONFIG_SGI_XP) += xp.o
> xp-y := xp_main.o
> xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
> -xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o xp_uv.o
> +xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
> xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
> xp-$(CONFIG_X86_64) += xp_uv.o
>
> obj-$(CONFIG_SGI_XP) += xpc.o
> xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
> xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
> -xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o xpc_uv.o
> +xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
> xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
> xpc-$(CONFIG_X86_64) += xpc_uv.o
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-21 19:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 17:29 [PATCH] sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specified Dean Nelson
2008-10-21 19:55 ` Dean Nelson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox