mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Revise r315430; there's no need to build mmc_subr.c into both mmc.ko
and mmcsd.ko.
This commit is contained in:
parent
fbbb9824a3
commit
481d4fb4e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue