diff options
author | benno <benno@FreeBSD.org> | 2002-08-06 06:09:47 +0000 |
---|---|---|
committer | benno <benno@FreeBSD.org> | 2002-08-06 06:09:47 +0000 |
commit | 81be47f1e1bfc7a17938bd734deffb7c8d7a12ca (patch) | |
tree | 4a97aab1b9dc93c7cdfe6b6dd275bafb6536d641 /sys/modules/mii | |
parent | 464f6c7f7ec78584a5549de25db5d5f34c209372 (diff) | |
download | FreeBSD-src-81be47f1e1bfc7a17938bd734deffb7c8d7a12ca.zip FreeBSD-src-81be47f1e1bfc7a17938bd734deffb7c8d7a12ca.tar.gz |
Connect bmtphy to the mii module build.
Forgotten a long time ago by: benno
Diffstat (limited to 'sys/modules/mii')
-rw-r--r-- | sys/modules/mii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index b4a30cd..1d47ec5 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -6,7 +6,7 @@ KMOD= miibus SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h SRCS+= miibus_if.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c SRCS+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c inphy.c -SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c +SRCS+= bmtphy.c brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c EXPORT_SYMS= mii_mediachg \ mii_tick \ |