A lot more generic cam related things were done in mmc_sim so this simplifies the driver a lot. Differential Revision: https://reviews.freebsd.org/D32154 Reviewed by: imp
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/rtsx
|
|
|
|
KMOD= rtsx
|
|
SRCS= rtsx.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h mmcbr_if.h opt_mmccam.h opt_cam.h mmc_sim_if.h
|
|
|
|
.include <bsd.kmod.mk>
|