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

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>