kernel - Move vm_page spin locks from pool to vm_page structure
[dragonfly.git] / sys / dev / netif / ix / Makefile
blob821b916bd6bb1064a040f9de8a5ee7a5d0d8d997
1 KMOD = if_ix
2 SRCS = if_ix.c
3 SRCS += device_if.h bus_if.h pci_if.h
4 SRCS += opt_ix.h opt_ifpoll.h
6 SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_vf.c ixgbe_mbx.c
7 SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
8 SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
10 .ifndef BUILDING_WITH_KERNEL
12 opt_ix.h:
13 touch ${.OBJDIR}/${.TARGET}
15 opt_ifpoll.h:
16 echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET}
18 .endif
20 .include <bsd.kmod.mk>