opnsense-src/sys/modules/igc/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
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
2024-07-15 16:43:39 -06:00

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>