9673a2c2d0
versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped.
11 lines
179 B
Makefile
11 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= uscanner
|
|
SRCS= bus_if.h device_if.h vnode_if.h opt_usb.h uscanner.c
|
|
|
|
.include <bsd.kmod.mk>
|