diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-04-03 21:05:19 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-04-03 21:05:19 -0600 |
| commit | 08cfe64a080fca4f6c48465a703fe7bfd896704b (patch) | |
| tree | dae5e6fd0379eab9fe3a931d7351b5d92769d64c /net/ipv4 | |
| parent | 5e4b50795ee8c7659a1181cea4c98712e02ea63e (diff) | |
| parent | 312ba443079c2264340c14efc0fc1791174b47f8 (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/ipv4')
| -rw-r--r-- | net/ipv4/netfilter/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
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) |
