diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-11 01:16:00 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-11 01:16:00 +0000 |
| commit | 07af4a8e64e29219e1965630a66c7e92837d96d3 (patch) | |
| tree | 907bf900d10c2dfaaef17f09eaa509eb3a39e99d /sys/modules/mii | |
| parent | 93f03548500fbe1dda5140d30fe8a48d4686ed70 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mii')
| -rw-r--r-- | sys/modules/mii/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 45e9f40bec11..b4a30cd5ff4d 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -8,4 +8,10 @@ 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 +EXPORT_SYMS= mii_mediachg \ + mii_tick \ + mii_pollstat \ + mii_phy_probe \ + mii_phy_reset + .include <bsd.kmod.mk> |
