Author: marius
Date: Mon May  8 20:58:32 2017
New Revision: 317981
URL: https://svnweb.freebsd.org/changeset/base/317981

Log:
  Revise r315430; there's no need to build mmc_subr.c into both mmc.ko
  and mmcsd.ko.

Modified:
  head/sys/modules/mmcsd/Makefile

Modified: head/sys/modules/mmcsd/Makefile
==============================================================================
--- head/sys/modules/mmcsd/Makefile     Mon May  8 20:44:21 2017        
(r317980)
+++ head/sys/modules/mmcsd/Makefile     Mon May  8 20:58:32 2017        
(r317981)
@@ -3,6 +3,6 @@
 .PATH: ${SRCTOP}/sys/dev/mmc
 
 KMOD=  mmcsd
-SRCS=  bus_if.h device_if.h mmc_subr.c mmcbr_if.h mmcbus_if.h mmcsd.c
+SRCS=  bus_if.h device_if.h mmcbr_if.h mmcbus_if.h mmcsd.c
 
 .include <bsd.kmod.mk>
_______________________________________________
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