Author: imp
Date: Mon Jul 10 03:38:07 2017
New Revision: 320856
URL: https://svnweb.freebsd.org/changeset/base/320856

Log:
  Add dependency on opt_cam.h and opt_mmccam.h

Modified:
  head/sys/modules/sdhci/Makefile

Modified: head/sys/modules/sdhci/Makefile
==============================================================================
--- head/sys/modules/sdhci/Makefile     Mon Jul 10 03:11:48 2017        
(r320855)
+++ head/sys/modules/sdhci/Makefile     Mon Jul 10 03:38:07 2017        
(r320856)
@@ -3,6 +3,6 @@
 .PATH: ${SRCTOP}/sys/dev/sdhci
 
 KMOD=  sdhci
-SRCS=  sdhci.c sdhci.h sdhci_if.c sdhci_if.h device_if.h bus_if.h mmcbr_if.h
+SRCS=  sdhci.c sdhci.h sdhci_if.c sdhci_if.h device_if.h bus_if.h mmcbr_if.h 
opt_mmccam.h opt_cam.h
 
 .include <bsd.kmod.mk>
_______________________________________________
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