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:
parent
e41e815e5c
commit
84ee9401a3
8
sys/modules/mmc/Makefile
Normal file
8
sys/modules/mmc/Makefile
Normal 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>
|
8
sys/modules/mmcsd/Makefile
Normal file
8
sys/modules/mmcsd/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user