mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
10 lines
266 B
Makefile
10 lines
266 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>
|