mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Connect atphy(4) to the build.
This commit is contained in:
parent
d1307e812e
commit
5618f1be7b
2 changed files with 2 additions and 1 deletions
|
|
@ -888,6 +888,7 @@ dev/mfi/mfi_linux.c optional mfi compat_linux
|
|||
dev/mfi/mfi_cam.c optional mfip scbus
|
||||
dev/mii/acphy.c optional miibus | acphy
|
||||
dev/mii/amphy.c optional miibus | amphy
|
||||
dev/mii/atphy.c optional miibus | atphy
|
||||
dev/mii/bmtphy.c optional miibus | bmtphy
|
||||
dev/mii/brgphy.c optional miibus | brgphy
|
||||
dev/mii/ciphy.c optional miibus | ciphy
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../dev/mii
|
||||
|
||||
KMOD= miibus
|
||||
SRCS= acphy.c amphy.c bmtphy.c brgphy.c bus_if.h ciphy.c device_if.h
|
||||
SRCS= acphy.c amphy.c atphy.c bmtphy.c brgphy.c bus_if.h ciphy.c device_if.h
|
||||
SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c
|
||||
SRCS+= lxtphy.c miibus_if.c miibus_if.h mii.c miidevs.h mii_physubr.c
|
||||
SRCS+= mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue