diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-11 04:51:14 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-11 04:51:14 -0700 |
commit | a40c24a13366e324bc0ff8c3bb107db89312c984 (patch) | |
tree | e09838bb9becdc16220b8d1bbc67b67010543190 /net/core/Makefile | |
parent | 271bff7afbb2cbaa81e744006ad2fff1f3e10b1b (diff) | |
download | linux-3.10-a40c24a13366e324bc0ff8c3bb107db89312c984.tar.gz linux-3.10-a40c24a13366e324bc0ff8c3bb107db89312c984.tar.bz2 linux-3.10-a40c24a13366e324bc0ff8c3bb107db89312c984.zip |
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 \ gen_stats.o gen_estimator.o net_namespace.o obj-$(CONFIG_SYSCTL) += sysctl_net_core.o +obj-$(CONFIG_HAS_DMA) += skb_dma_map.o obj-y += dev.o ethtool.o dev_mcast.o dst.o netevent.o \ neighbour.o rtnetlink.o utils.o link_watch.o filter.o |