Loadable modules for mmc (the bus) amd mmcsd (the MMC and SD support

code).  A little green, so not yet connected to the build.
This commit is contained in:
Warner Losh 2006-10-20 06:52:59 +00:00
parent e41e815e5c
commit 84ee9401a3
2 changed files with 16 additions and 0 deletions

8
sys/modules/mmc/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mmc
KMOD= mmc
SRCS= mmc.c mmcbr_if.h mmcbus_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>

View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mmc
KMOD= mmcsd
SRCS= mmcsd.c mmcbus_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>