svn commit: r317981 - head/sys/modules/mmcsd

Marius Strobl marius at FreeBSD.org
Mon May 8 20:58:34 UTC 2017


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>


More information about the svn-src-head mailing list