mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue