summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-04-03 21:05:19 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-04-03 21:05:19 -0600
commit08cfe64a080fca4f6c48465a703fe7bfd896704b (patch)
treedae5e6fd0379eab9fe3a931d7351b5d92769d64c /net
parent5e4b50795ee8c7659a1181cea4c98712e02ea63e (diff)
parent312ba443079c2264340c14efc0fc1791174b47f8 (diff)
Merge http://linux.bkbits.net/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
Diffstat (limited to 'net')
-rw-r--r--net/atm/Makefile9
-rw-r--r--net/bluetooth/Makefile8
-rw-r--r--net/ipv4/netfilter/Makefile20
-rw-r--r--net/irda/ircomm/Makefile12
4 files changed, 1 insertions, 48 deletions
diff --git a/net/atm/Makefile b/net/atm/Makefile
index bf0a67b9ae37..3c2b16ab1f73 100644
--- a/net/atm/Makefile
+++ b/net/atm/Makefile
@@ -1,17 +1,11 @@
#
# Makefile for the ATM Protocol Families.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := atm.o
export-objs := common.o atm_misc.o raw.o resources.o ipcommon.o proc.o
-list-multi := mpoa.o
mpoa-objs := mpc.o mpoa_caches.o mpoa_proc.o
obj-$(CONFIG_ATM) := addr.o pvc.o signaling.o svc.o common.o atm_misc.o raw.o resources.o
@@ -36,6 +30,3 @@ obj-$(CONFIG_ATM_MPOA) += mpoa.o
obj-$(CONFIG_PPPOATM) += pppoatm.o
include $(TOPDIR)/Rules.make
-
-mpoa.o: $(mpoa-objs)
- $(LD) -r -o mpoa.o $(mpoa-objs)
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile
index 013523ab4bee..536f9d4fba0b 100644
--- a/net/bluetooth/Makefile
+++ b/net/bluetooth/Makefile
@@ -1,9 +1,9 @@
#
# Makefile for the Bluetooth subsystem
#
+
O_TARGET := bluetooth.o
-list-multi := hci.o l2cap.o
export-objs := syms.o
hci-objs := af_bluetooth.o hci_core.o hci_sock.o lib.o syms.o
l2cap-objs := l2cap_core.o l2cap_proc.o
@@ -12,9 +12,3 @@ obj-$(CONFIG_BLUEZ) += hci.o
obj-$(CONFIG_BLUEZ_L2CAP) += l2cap.o
include $(TOPDIR)/Rules.make
-
-hci.o: $(hci-objs)
- $(LD) -r -o $@ $(hci-objs)
-
-l2cap.o: $(l2cap-objs)
- $(LD) -r -o $@ $(l2cap-objs)
diff --git a/net/ipv4/netfilter/Makefile b/net/ipv4/netfilter/Makefile
index 90c33ec64130..5c72051c5e6e 100644
--- a/net/ipv4/netfilter/Makefile
+++ b/net/ipv4/netfilter/Makefile
@@ -1,19 +1,11 @@
#
# Makefile for the netfilter modules on top of IPv4.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := netfilter.o
export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o
-# Multipart objects.
-list-multi := ip_conntrack.o iptable_nat.o ipfwadm.o ipchains.o
-
# objects for the conntrack and NAT core (used by standalone and backw. compat)
ip_nf_conntrack-objs := ip_conntrack_core.o ip_conntrack_proto_generic.o ip_conntrack_proto_tcp.o ip_conntrack_proto_udp.o ip_conntrack_proto_icmp.o
ip_nf_nat-objs := ip_nat_core.o ip_nat_helper.o ip_nat_proto_unknown.o ip_nat_proto_tcp.o ip_nat_proto_udp.o ip_nat_proto_icmp.o
@@ -95,15 +87,3 @@ obj-$(CONFIG_IP_NF_COMPAT_IPFWADM) += ipfwadm.o
obj-$(CONFIG_IP_NF_QUEUE) += ip_queue.o
include $(TOPDIR)/Rules.make
-
-ip_conntrack.o: $(ip_conntrack-objs)
- $(LD) -r -o $@ $(ip_conntrack-objs)
-
-iptable_nat.o: $(iptable_nat-objs)
- $(LD) -r -o $@ $(iptable_nat-objs)
-
-ipfwadm.o: $(ipfwadm-objs)
- $(LD) -r -o $@ $(ipfwadm-objs)
-
-ipchains.o: $(ipchains-objs)
- $(LD) -r -o $@ $(ipchains-objs)
diff --git a/net/irda/ircomm/Makefile b/net/irda/ircomm/Makefile
index 12c52cf24ca8..fe375e622bc4 100644
--- a/net/irda/ircomm/Makefile
+++ b/net/irda/ircomm/Makefile
@@ -1,15 +1,9 @@
#
# Makefile for the Linux IrDA IrCOMM protocol layer.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := ircomm_and_tty.o
-list-multi := ircomm.o ircomm-tty.o
ircomm-objs := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o
ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
@@ -17,9 +11,3 @@ obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
include $(TOPDIR)/Rules.make
-ircomm.o: $(ircomm-objs)
- $(LD) $(LD_RFLAG) -r -o $@ $(ircomm-objs)
-
-ircomm-tty.o: $(ircomm-tty-objs)
- $(LD) $(LD_RFLAG) -r -o $@ $(ircomm-tty-objs)
-