opnsense-src/sys/modules/enetc_mdio/Makefile
Kornel Duleba dfcaa2c18b enetc_mdio: Support building the driver as a loadable module.
After recent arm64 GENERIC config cleanup the ENETC MDIO
in NXP LS1028A SoC should support being loaded as a module.

Obtained from: Semihalf
Sponsored by: Alstom Group
2021-08-03 12:07:49 +02:00

8 lines
123 B
Makefile

#$FreeBSD$
.PATH: ${SRCTOP}/sys/dev/enetc
KMOD = enetc_mdio
SRCS = enetc_mdio_pci.c enetc_mdio.c
.include <bsd.kmod.mk>