opnsense-src/sys/modules/etherswitch/Makefile
Adrian Chadd 4a167205f2 etherswitch: add etherswitch module
Add the etherswitch module

Differential Revision:	https://reviews.freebsd.org/D50026
Reviewed by:	imp
2025-04-27 11:03:45 -07:00

9 lines
210 B
Makefile

.PATH: ${SRCTOP}/sys/dev/etherswitch
KMOD = etherswitch
SRCS= etherswitch.c
SRCS+= mdio_if.h miibus_if.h etherswitch_if.h etherswitch_if.c
CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
.include <bsd.kmod.mk>