lkml.org 
[lkml]   [1999]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] SPX compilation fix (resend)
Date
Hi,
I enclose a patch fixing building af_spx as module when ipx is compiled
into kernel. This patch has already been sent to linux-kernel, but I notice
no response.

*********************** PATCH *******************************************
--- linux/net/Makefile.old Sat Feb 20 22:06:10 1999
+++ linux/net/Makefile Sat Feb 20 22:07:20 1999
@@ -63,6 +63,8 @@

ifeq ($(CONFIG_IPX),y)
SUB_DIRS += ipx
+# SPX can be still a module
+MOD_SUB_DIRS += ipx
else
ifeq ($(CONFIG_IPX),m)
MOD_SUB_DIRS += ipx
--- linux/net/ipx/Makefile.old Sat Feb 20 22:21:49 1999
+++ linux/net/ipx/Makefile Sun Feb 21 16:38:06 1999
@@ -10,8 +10,12 @@
# We only get in/to here if CONFIG_IPX = 'y' or 'm'

O_TARGET := ipx.o
-M_OBJS := $(O_TARGET)
-OX_OBJS += af_ipx.o
+M_OBJS :=
+OX_OBJS := af_ipx.o
+
+ifeq ($(CONFIG_IPX),m)
+ M_OBJS += $(O_TARGET)
+endif

ifeq ($(CONFIG_SYSCTL),y)
O_OBJS += sysctl_net_ipx.o
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math., Technical University of Gdansk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:50    [W:0.022 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site