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

and mmcsd.ko.
This commit is contained in:
Marius Strobl 2017-05-08 20:58:32 +00:00
parent fbbb9824a3
commit 481d4fb4e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317981

View File

@ -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>