Author: ram
Date: Mon Apr 30 07:24:31 2018
New Revision: 333099
URL: https://svnweb.freebsd.org/changeset/base/333099

Log:
  Included opt_stack.h in Makefile, to fix module build.
  
  PR: 227823
  Reported by: eugen
  Approved by: mav
  MFC after: 3 days

Modified:
  head/sys/modules/ocs_fc/Makefile

Modified: head/sys/modules/ocs_fc/Makefile
==============================================================================
--- head/sys/modules/ocs_fc/Makefile    Mon Apr 30 05:57:55 2018        
(r333098)
+++ head/sys/modules/ocs_fc/Makefile    Mon Apr 30 07:24:31 2018        
(r333099)
@@ -8,6 +8,7 @@ SRCS = \
        bus_if.h \
        pci_if.h \
        opt_scsi.h \
+       opt_stack.h \
        opt_cam.h
 
 # OS
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to