Merge commit '06307114472bd8aad5ff18ccdb8e25f128ae6652'
[unleashed.git] / kernel / drivers / net / ixgbe / Makefile
blob906db819131826d9c593ea7822c35088513b1a4c
1 MODULE= ixgbe
2 MODULE_TYPE= drv
3 MODULE_DEPS= misc/mac
4 MODULE_CONF= ixgbe.conf
5 SRCS= ixgbe_buf.c \
6 ixgbe_debug.c \
7 ixgbe_gld.c \
8 ixgbe_log.c \
9 ixgbe_main.c \
10 ixgbe_osdep.c \
11 ixgbe_rx.c \
12 ixgbe_stat.c \
13 ixgbe_transceiver.c \
14 ixgbe_tx.c
15 INCS= ${.CURDIR}
17 # Intel generic code
18 SRCS+= core/ixgbe_82598.c \
19 core/ixgbe_82599.c \
20 core/ixgbe_api.c \
21 core/ixgbe_common.c \
22 core/ixgbe_dcb.c \
23 core/ixgbe_dcb_82598.c \
24 core/ixgbe_dcb_82599.c \
25 core/ixgbe_mbx.c \
26 core/ixgbe_phy.c \
27 core/ixgbe_vf.c \
28 core/ixgbe_x540.c \
29 core/ixgbe_x550.c
30 INCS+= ${.CURDIR}/core
32 CERRWARN = -Wno-switch
33 CERRWARN += -Wno-parentheses
34 CERRWARN += -Wno-uninitialized
35 CERRWARN += -Wno-empty-body
37 .include <kmod.mk>