svn commit: r197635 -
projects/sbruno_firewire/sys/modules/firewire/sbp_targ
Sean Bruno
sbruno at FreeBSD.org
Wed Sep 30 04:56:48 UTC 2009
Author: sbruno
Date: Wed Sep 30 04:56:48 2009
New Revision: 197635
URL: http://svn.freebsd.org/changeset/base/197635
Log:
Update the module-foo to include the fwcsr.h/c objects as dependencies
Modified:
projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile
Modified: projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile
==============================================================================
--- projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile Wed Sep 30 02:50:09 2009 (r197634)
+++ projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile Wed Sep 30 04:56:48 2009 (r197635)
@@ -9,6 +9,7 @@ SRCS = bus_if.h device_if.h \
opt_cam.h opt_scsi.h \
sbp_targ.c sbp.h \
firewire.h firewirereg.h \
- iec13213.h
+ iec13213.h \
+ fwcsr.c fwcsr.h
.include <bsd.kmod.mk>
More information about the svn-src-projects
mailing list