summaryrefslogtreecommitdiff
path: root/sys/modules/rtsx/Makefile
blob: 95d0607e41f4a66de14367750036bd94981b2633 (plain)
1
2
3
4
5
6
7
.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>