mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
9 lines
189 B
Makefile
9 lines
189 B
Makefile
|
|
.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 opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|