mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
#
|
|
|
|
.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>
|