freebsd-dev/sys/modules/firewire/sbp_targ/Makefile
Ruslan Ermilov 9673a2c2d0 Removed -g from CFLAGS. There is a better way to build debugging
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.
2004-02-13 10:11:01 +00:00

16 lines
256 B
Makefile

# $FreeBSD$
# Makefile for the SBP-II Target mode
.PATH: ${.CURDIR}/../../../dev/firewire
KMOD = sbp_targ
SRCS = bus_if.h device_if.h \
opt_cam.h opt_scsi.h \
sbp_targ.c sbp.h \
firewire.h firewirereg.h \
iec13213.h
.include <bsd.kmod.mk>