mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
9 lines
265 B
Makefile
9 lines
265 B
Makefile
.PATH: ${SRCTOP}/sys/dev/igc
|
|
|
|
KMOD = if_igc
|
|
SRCS = device_if.h bus_if.h pci_if.h ifdi_if.h
|
|
SRCS += opt_ddb.h opt_inet.h opt_inet6.h opt_rss.h
|
|
SRCS += if_igc.c igc_api.c igc_base.c igc_i225.c igc_mac.c igc_nvm.c
|
|
SRCS += igc_phy.c igc_txrx.c
|
|
|
|
.include <bsd.kmod.mk>
|