mirror of
https://github.com/opnsense/src.git
synced 2026-06-21 14:39:34 -04:00
Add the etherswitch module Differential Revision: https://reviews.freebsd.org/D50026 Reviewed by: imp
9 lines
210 B
Makefile
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>
|