Merge commit '06307114472bd8aad5ff18ccdb8e25f128ae6652'
[unleashed.git] / kernel / drivers / net / e1000g / Makefile
blob2999ff07f188d0c6337b95b54e6d08f303ef722f
1 MODULE= e1000g
2 MODULE_TYPE= drv
3 MODULE_DEPS= misc/mac
4 MODULE_CONF= e1000g.conf
5 SRCS= e1000g_alloc.c \
6 e1000g_debug.c \
7 e1000g_main.c \
8 e1000g_osdep.c \
9 e1000g_rx.c \
10 e1000g_stat.c \
11 e1000g_tx.c \
12 e1000g_workarounds.c
13 INCS= ${.CURDIR}
15 CERRWARN = -Wno-uninitialized
16 CERRWARN += -Wno-parentheses
17 CERRWARN += -Wno-empty-body
18 CERRWARN += -Wno-switch
19 CERRWARN += -Wno-unused-variable
21 .include <../e1000api/Makefile.common>
23 .include <kmod.mk>