mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
|
|
S= ${SRCTOP}/sys
|
|
.PATH: $S/dev/usb/serial
|
|
|
|
KMOD= uchcom
|
|
SRCS= uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|