Author: brooks
Date: Wed Mar 14 20:07:52 2018
New Revision: 330945
URL: https://svnweb.freebsd.org/changeset/base/330945

Log:
  Add opt_compat.h to isp(4) as required by r330876.
  
  MFC with:     r330876

Modified:
  head/sys/modules/isp/Makefile

Modified: head/sys/modules/isp/Makefile
==============================================================================
--- head/sys/modules/isp/Makefile       Wed Mar 14 19:51:28 2018        
(r330944)
+++ head/sys/modules/isp/Makefile       Wed Mar 14 20:07:52 2018        
(r330945)
@@ -4,7 +4,7 @@
 
 KMOD=  isp
 SRCS=  bus_if.h device_if.h pci_if.h \
-       opt_cam.h opt_ddb.h opt_isp.h \
+       opt_cam.h opt_compat.h opt_ddb.h opt_isp.h \
        isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
 
 .if ${MACHINE} == sparc64
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to