1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/ixgb/Makefile
2004-06-09 08:27:05 +00:00

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>