opnsense-src/sys/modules/usb/cdceem/Makefile
Warner Losh b111430e54 mii: Add opt_platform.h to all miibus drivers
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
2022-04-05 13:52:55 -06:00

12 lines
223 B
Makefile

#
# $FreeBSD$
# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/usb/net
KMOD= if_cdceem
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
miibus_if.h opt_inet.h \
if_cdceem.c opt_platform.h
.include <bsd.kmod.mk>