The chip specific functions have been split out in their own

C files to simplify adding of new PHY chips.
Include the split out .c files in the module build too.
This commit is contained in:
Hartmut Brandt 2005-02-25 09:49:29 +00:00
parent b4305f8d91
commit 3f5ccaeca5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142445

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/utopia
KMOD= utopia
SRCS= utopia.c bus_if.h device_if.h
SRCS= utopia.c suni.c idtphy.c bus_if.h device_if.h
.include <bsd.kmod.mk>