freebsd-dev/sys/modules/uchcom/Makefile

10 lines
145 B
Makefile
Raw Normal View History

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