96ccad1cbd
building the module.
13 lines
166 B
Makefile
13 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= u3g
|
|
SRCS= opt_usb.h opt_u3g.h \
|
|
device_if.h bus_if.h \
|
|
usbdevs.h \
|
|
ucomvar.h \
|
|
u3g.c
|
|
|
|
.include <bsd.kmod.mk>
|