mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
C files to simplify adding of new PHY chips. Include the split out .c files in the module build too.
8 lines
138 B
Makefile
8 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>
|