b111430e54
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
159 B
Makefile
10 lines
159 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/msk
|
|
|
|
KMOD= if_msk
|
|
SRCS= if_msk.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|