10 lines
167 B
Makefile
10 lines
167 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ixgb
|
|
|
|
KMOD= if_ixgb
|
|
SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_bdg.h
|
|
|
|
.include <bsd.kmod.mk>
|