mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
miivar.h includes opt_platform.h. Make sure all the drivers that use the miibus_if.h interface file have opt_platform.h as well. While some of these may not, strictly speaking, need it, it's easier to include it universally for miibus. Sponsored by: Netflix
10 lines
201 B
Makefile
10 lines
201 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 opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|