diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /net/core/Makefile | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'net/core/Makefile')
-rw-r--r-- | net/core/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/core/Makefile b/net/core/Makefile index 674641b13ae..0d357b1c4e5 100644 --- a/net/core/Makefile +++ b/net/core/Makefile | |||
@@ -3,13 +3,12 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := sock.o request_sock.o skbuff.o iovec.o datagram.o stream.o scm.o \ | 5 | obj-y := sock.o request_sock.o skbuff.o iovec.o datagram.o stream.o scm.o \ |
6 | gen_stats.o gen_estimator.o net_namespace.o secure_seq.o flow_dissector.o | 6 | gen_stats.o gen_estimator.o net_namespace.o secure_seq.o |
7 | 7 | ||
8 | obj-$(CONFIG_SYSCTL) += sysctl_net_core.o | 8 | obj-$(CONFIG_SYSCTL) += sysctl_net_core.o |
9 | 9 | ||
10 | obj-y += dev.o ethtool.o dev_addr_lists.o dst.o netevent.o \ | 10 | obj-y += dev.o ethtool.o dev_addr_lists.o dst.o netevent.o \ |
11 | neighbour.o rtnetlink.o utils.o link_watch.o filter.o \ | 11 | neighbour.o rtnetlink.o utils.o link_watch.o filter.o |
12 | sock_diag.o | ||
13 | 12 | ||
14 | obj-$(CONFIG_XFRM) += flow.o | 13 | obj-$(CONFIG_XFRM) += flow.o |
15 | obj-y += net-sysfs.o | 14 | obj-y += net-sysfs.o |
@@ -20,4 +19,3 @@ obj-$(CONFIG_FIB_RULES) += fib_rules.o | |||
20 | obj-$(CONFIG_TRACEPOINTS) += net-traces.o | 19 | obj-$(CONFIG_TRACEPOINTS) += net-traces.o |
21 | obj-$(CONFIG_NET_DROP_MONITOR) += drop_monitor.o | 20 | obj-$(CONFIG_NET_DROP_MONITOR) += drop_monitor.o |
22 | obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o | 21 | obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o |
23 | obj-$(CONFIG_NETPRIO_CGROUP) += netprio_cgroup.o | ||