]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ucycom/Makefile
pci_iov: When pci_iov_detach(9) is called, destroy VF children
[FreeBSD/FreeBSD.git] / sys / modules / ucycom / Makefile
1 # $FreeBSD$
2
3 S=      ${SRCTOP}/sys
4 .PATH: $S/dev/usb/serial
5
6 KMOD=   ucycom
7 SRCS=   ucycom.c opt_usb.h device_if.h bus_if.h usbdevs.h
8
9 .include <bsd.kmod.mk>