The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/netmap/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 #
    3 # Compile netmap as a module, useful if you want a netmap bridge
    4 # or loadable drivers.
    5 
    6 .include <bsd.own.mk> # FreeBSD 10 and earlier
    7 # .include "${SYSDIR}/conf/kern.opts.mk"
    8 
    9 .PATH: ${.CURDIR}/../../dev/netmap
   10 .PATH.h: ${.CURDIR}/../../net
   11 CFLAGS += -I${.CURDIR}/../../ -D INET -D VIMAGE
   12 KMOD    = netmap
   13 SRCS    = device_if.h bus_if.h pci_if.h opt_netmap.h
   14 SRCS    += netmap.c netmap.h netmap_kern.h
   15 SRCS    += netmap_mem2.c netmap_mem2.h
   16 SRCS    += netmap_generic.c
   17 SRCS    += netmap_mbq.c netmap_mbq.h
   18 SRCS    += netmap_vale.c
   19 SRCS    += netmap_freebsd.c
   20 SRCS    += netmap_offloadings.c
   21 SRCS    += netmap_pipe.c
   22 SRCS    += netmap_monitor.c
   23 SRCS    += netmap_kloop.c
   24 SRCS    += netmap_legacy.c
   25 SRCS    += netmap_bdg.c
   26 SRCS    += netmap_null.c
   27 SRCS    += if_ptnet.c
   28 SRCS    += opt_inet.h opt_inet6.h
   29 
   30 .include <bsd.kmod.mk>

Cache object: 3dc4a43a2fe5acecbe85c14c7df8d9f3


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.