mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/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>
|