mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 03:08:23 -04: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
(cherry picked from commit b111430e54)
Author: Warner Losh <imp@FreeBSD.org>
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/ti/cpsw
|
|
|
|
KMOD= if_cpsw
|
|
SRCS= if_cpsw.c device_if.h bus_if.h ofw_bus_if.h miibus_if.h syscon_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|