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