mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
11 lines
186 B
Makefile
11 lines
186 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
|
||
|
|
|
||
|
|
KMOD= e6000sw
|
||
|
|
SRCS= e6000sw.c
|
||
|
|
|
||
|
|
SRCS+= bus_if.h etherswitch_if.h mdio_if.h miibus_if.h ofw_bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|