mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 6/15] misc: Trim non-IPX builds
@ 2005-11-11  8:35 Matt Mackall
  2005-11-11  8:35 ` [PATCH 7/15] misc: Make x86 doublefault handling optional Matt Mackall
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Mackall @ 2005-11-11  8:35 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel

trivial: drop unused 802.3 code if we compile without IPX

(originally from http://wohnheim.fh-wedel.de/~joern/software/kernel/je/25/)

Signed-off-by: Matt Mackall <mpm@selenic.com>

Index: tiny/net/802/Makefile
===================================================================
--- tiny.orig/net/802/Makefile	2005-03-15 00:24:59.000000000 -0600
+++ tiny/net/802/Makefile	2005-03-15 00:25:48.000000000 -0600
@@ -2,8 +2,6 @@
 # Makefile for the Linux 802.x protocol layers.
 #
 
-obj-y			:= p8023.o
-
 # Check the p8022 selections against net/core/Makefile.
 obj-$(CONFIG_SYSCTL)	+= sysctl_net_802.o
 obj-$(CONFIG_LLC)	+= p8022.o psnap.o
@@ -11,5 +9,5 @@ obj-$(CONFIG_TR)	+= p8022.o psnap.o tr.o
 obj-$(CONFIG_NET_FC)	+=                 fc.o
 obj-$(CONFIG_FDDI)	+=                 fddi.o
 obj-$(CONFIG_HIPPI)	+=                 hippi.o
-obj-$(CONFIG_IPX)	+= p8022.o psnap.o
+obj-$(CONFIG_IPX)	+= p8022.o psnap.o p8023.o
 obj-$(CONFIG_ATALK)	+= p8022.o psnap.o

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-12-13  8:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <57CC5-7cD-21@gated-at.bofh.it>
     [not found] ` <57CC5-7cD-19@gated-at.bofh.it>
     [not found]   ` <58gSR-6FB-13@gated-at.bofh.it>
2005-11-14  0:33     ` [PATCH 7/15] misc: Make x86 doublefault handling optional Bodo Eggert
2005-11-11  8:35 [PATCH 6/15] misc: Trim non-IPX builds Matt Mackall
2005-11-11  8:35 ` [PATCH 7/15] misc: Make x86 doublefault handling optional Matt Mackall
2005-11-13  3:30   ` Andi Kleen
2005-11-16 13:13   ` Rob Landley
2005-11-16 18:21     ` Matt Mackall
2005-11-16 19:21       ` Scott Garfinkle
2005-11-16 19:45         ` Adrian Bunk
2005-12-12 10:36         ` Ingo Molnar
2005-12-12 16:22           ` Andi Kleen
2005-12-12 15:32             ` Matt Mackall
2005-12-13  8:39             ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®