diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-11 07:51:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-11 07:51:14 -0400 |
commit | a40c24a13366e324bc0ff8c3bb107db89312c984 (patch) | |
tree | e09838bb9becdc16220b8d1bbc67b67010543190 /net/core/Makefile | |
parent | 271bff7afbb2cbaa81e744006ad2fff1f3e10b1b (diff) |
net: Add SKB DMA mapping helper functions.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/Makefile')
-rw-r--r-- | net/core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/Makefile b/net/core/Makefile index b1332f6d004..26a37cb3192 100644 --- a/net/core/Makefile +++ b/net/core/Makefile | |||
@@ -6,6 +6,7 @@ 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 | 6 | gen_stats.o gen_estimator.o net_namespace.o |
7 | 7 | ||
8 | obj-$(CONFIG_SYSCTL) += sysctl_net_core.o | 8 | obj-$(CONFIG_SYSCTL) += sysctl_net_core.o |
9 | obj-$(CONFIG_HAS_DMA) += skb_dma_map.o | ||
9 | 10 | ||
10 | obj-y += dev.o ethtool.o dev_mcast.o dst.o netevent.o \ | 11 | obj-y += dev.o ethtool.o dev_mcast.o dst.o netevent.o \ |
11 | neighbour.o rtnetlink.o utils.o link_watch.o filter.o | 12 | neighbour.o rtnetlink.o utils.o link_watch.o filter.o |