Author: ram
Date: Tue May 22 10:23:12 2018
New Revision: 334029
URL: https://svnweb.freebsd.org/changeset/base/334029

Log:
  MFC r333099: Included opt_stack.h in Makefile, to fix module build outside 
kernel build environment.
  
  PR: 227823
  Reported by: eugen
  Approved by: re

Modified:
  stable/11/sys/modules/ocs_fc/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/ocs_fc/Makefile
==============================================================================
--- stable/11/sys/modules/ocs_fc/Makefile       Tue May 22 10:14:20 2018        
(r334028)
+++ stable/11/sys/modules/ocs_fc/Makefile       Tue May 22 10:23:12 2018        
(r334029)
@@ -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