diff options
Diffstat (limited to 'net/core/Makefile')
-rw-r--r-- | net/core/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/core/Makefile b/net/core/Makefile new file mode 100644 index 000000000000..81f03243fe2f --- /dev/null +++ b/net/core/Makefile | |||
@@ -0,0 +1,17 @@ | |||
1 | # | ||
2 | # Makefile for the Linux networking core. | ||
3 | # | ||
4 | |||
5 | obj-y := sock.o skbuff.o iovec.o datagram.o stream.o scm.o gen_stats.o gen_estimator.o | ||
6 | |||
7 | obj-$(CONFIG_SYSCTL) += sysctl_net_core.o | ||
8 | |||
9 | obj-y += flow.o dev.o ethtool.o dev_mcast.o dst.o \ | ||
10 | neighbour.o rtnetlink.o utils.o link_watch.o filter.o | ||
11 | |||
12 | obj-$(CONFIG_SYSFS) += net-sysfs.o | ||
13 | obj-$(CONFIG_NETFILTER) += netfilter.o | ||
14 | obj-$(CONFIG_NET_DIVERT) += dv.o | ||
15 | obj-$(CONFIG_NET_PKTGEN) += pktgen.o | ||
16 | obj-$(CONFIG_NET_RADIO) += wireless.o | ||
17 | obj-$(CONFIG_NETPOLL) += netpoll.o | ||