diff options
author | Marius Strobl <marius@FreeBSD.org> | 2017-05-08 20:58:32 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2017-05-08 20:58:32 +0000 |
commit | 481d4fb4e4954969d2fb057f940a401cbecbce43 (patch) | |
tree | f137619ef54a8b2262f69e8527a12b786e9f9e3d | |
parent | fbbb9824a3b436c2a63997afed1bb9a96005d3d3 (diff) |
Notes
-rw-r--r-- | sys/modules/mmcsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mmcsd/Makefile b/sys/modules/mmcsd/Makefile index 4573fc37dc22..4294c593b755 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 <bsd.kmod.mk> |