From 481d4fb4e4954969d2fb057f940a401cbecbce43 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Mon, 8 May 2017 20:58:32 +0000 Subject: [PATCH] Revise r315430; there's no need to build mmc_subr.c into both mmc.ko and mmcsd.ko. --- sys/modules/mmcsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/mmcsd/Makefile b/sys/modules/mmcsd/Makefile index 4573fc37dc2..4294c593b75 100644 --- a/sys/modules/mmcsd/Makefile +++ b/sys/modules/mmcsd/Makefile @@ -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