mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
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:
parent
b4305f8d91
commit
3f5ccaeca5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142445
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user