mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
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
8 lines
123 B
Makefile
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>
|