[ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile error
[deliverable/linux.git] / net / core / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux networking core.
3#
4
0e87506f
ACM
5obj-y := sock.o request_sock.o skbuff.o iovec.o datagram.o stream.o scm.o \
6 gen_stats.o gen_estimator.o
1da177e4
LT
7
8obj-$(CONFIG_SYSCTL) += sysctl_net_core.o
9
10obj-y += flow.o dev.o ethtool.o dev_mcast.o dst.o \
11 neighbour.o rtnetlink.o utils.o link_watch.o filter.o
12
13obj-$(CONFIG_SYSFS) += net-sysfs.o
14obj-$(CONFIG_NETFILTER) += netfilter.o
15obj-$(CONFIG_NET_DIVERT) += dv.o
16obj-$(CONFIG_NET_PKTGEN) += pktgen.o
17obj-$(CONFIG_NET_RADIO) += wireless.o
18obj-$(CONFIG_NETPOLL) += netpoll.o
This page took 0.076764 seconds and 5 git commands to generate.