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:
harti 2005-02-25 09:49:29 +00:00
parent 3bbb91b43f
commit 1c0d432eea

@ -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>