svn commit: r220371 - head/sys/modules/firewire/fwip

Ulrich Spoerlein uqs at FreeBSD.org
Tue Apr 5 19:41:18 UTC 2011


Author: uqs
Date: Tue Apr  5 19:41:18 2011
New Revision: 220371
URL: http://svn.freebsd.org/changeset/base/220371

Log:
  Fix buildworld -DMODULES_WITH_WORLD

Modified:
  head/sys/modules/firewire/fwip/Makefile

Modified: head/sys/modules/firewire/fwip/Makefile
==============================================================================
--- head/sys/modules/firewire/fwip/Makefile	Tue Apr  5 18:41:01 2011	(r220370)
+++ head/sys/modules/firewire/fwip/Makefile	Tue Apr  5 19:41:18 2011	(r220371)
@@ -6,7 +6,7 @@
 
 KMOD    = if_fwip
 SRCS    = bus_if.h device_if.h \
-          opt_inet.h opt_inet6.h \
+          opt_inet.h opt_inet6.h opt_ofed.h \
           if_fwip.c if_fwipvar.h \
           firewire.h firewirereg.h \
           if_fwsubr.c


More information about the svn-src-head mailing list