aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorSemen Ustimenko <semenu@FreeBSD.org>2001-02-07 19:57:40 +0000
committerSemen Ustimenko <semenu@FreeBSD.org>2001-02-07 19:57:40 +0000
commit9526a692c6c5d1433da746b6f554a7ccefd7b64a (patch)
tree4f67724049a709dd42a7e940c4d791381d93f919 /sys/modules
parent3a4ab3655c93a8c25a0e815fa6781844ddf57288 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index f4dfc79cc92e..303f35e8eb47 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -6,6 +6,6 @@ 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 exphy.c nsphy.c
SRCS+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
-SRCS+= brgphy.c xmphy.c pnaphy.c
+SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c
.include <bsd.kmod.mk>