freebsd-dev/sys/modules/mmcnull/Makefile
Warner Losh 1b99d52f26 Added mmcnull, an emulated lightweight MMC controller
This emulated device attaches to the ISA bus and registers itself as
HBA supporting MMC/SD cards. This allows to develop and test MMC XPT
and MMC / SDIO peripheral drivers even in the VM such as bhyve.

Submitted by: Ilya Babulin
2017-07-09 17:02:47 +00:00

9 lines
125 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mmcnull
KMOD= mmcnull
SRCS= mmcnull.c device_if.h bus_if.h
.include <bsd.kmod.mk>