opnsense-src/sys/modules/ucycom/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
149 B
Makefile
Raw Normal View History

# $FreeBSD$
S= ${SRCTOP}/sys
.PATH: $S/dev/usb/serial
KMOD= ucycom
SRCS= ucycom.c opt_usb.h device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>