mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -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
8 lines
196 B
Makefile
8 lines
196 B
Makefile
# $FreeBSD$
|
|
.PATH: ${SRCTOP}/sys/dev/bce
|
|
KMOD= if_bce
|
|
SRCS= opt_platform.h opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
|
|
|
#CFLAGS += -DBCE_DEBUG=0
|
|
|
|
.include <bsd.kmod.mk>
|