Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2017 20:58:32 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317981 - head/sys/modules/mmcsd
Message-ID:  <201705082058.v48KwWWq049269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705082058.v48KwWWq049269>