netmap: lock(9), k*() foo, no ifdefs
[dragonfly.git] / sys / net / netmap / Makefile
1 # Compile netmap as a module, useful if you want a netmap bridge
2 # or loadable drivers.
3
4 KMOD    = netmap
5 SRCS    = device_if.h bus_if.h opt_netmap.h
6 SRCS    += netmap.c netmap_kern.h
7 SRCS    += netmap_mem2.c netmap_mem2.h
8 SRCS    += netmap_generic.c
9 SRCS    += netmap_mbq.c netmap_mbq.h
10 SRCS    += netmap_vale.c
11 SRCS    += netmap_freebsd.c
12
13 .include <bsd.kmod.mk>