mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/enetc
|
|
|
|
KMOD = if_enetc
|
|
SRCS = if_enetc.c enetc_mdio.c
|
|
SRCS += bus_if.h device_if.h ifdi_if.h miibus_if.h ofw_bus_if.h pci_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|