a7638b473cf11d1723d5c928bdd7c93b2b41359e
[dragonfly.git] / sys / dev / netif / ix / Makefile
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
5
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
9
10 .ifndef BUILDING_WITH_KERNEL
11
12 opt_ix.h:
13         touch ${.OBJDIR}/${.TARGET}
14
15 .endif
16
17 .include <bsd.kmod.mk>