mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
11 lines
150 B
Makefile
11 lines
150 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/mdio
|
||
|
|
|
||
|
|
KMOD= mdio
|
||
|
|
SRCS= mdio.c
|
||
|
|
SRCS+= mdio_if.c mdio_if.h
|
||
|
|
SRCS+= device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|