mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
9 lines
167 B
Makefile
9 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>
|