mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
3f5ccaeca5
C files to simplify adding of new PHY chips. Include the split out .c files in the module build too.
9 lines
138 B
Makefile
9 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/utopia
|
|
|
|
KMOD= utopia
|
|
SRCS= utopia.c suni.c idtphy.c bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|