From 0c1b03065b1b85a762e5b6f2e5beeca775e3abb5 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Tue, 6 Aug 2002 06:09:47 +0000 Subject: [PATCH] Connect bmtphy to the mii module build. Forgotten a long time ago by: benno --- sys/modules/mii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index b4a30cd5ff4..1d47ec5fd05 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 \