xref: /freebsd/sys/modules/sdhci/Makefile (revision 5bb3134a8c21cb87b30e135ef168483f0333dabb)
1831f5dcfSAlexander Motin# $FreeBSD$
2831f5dcfSAlexander Motin
3193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/sdhci
4831f5dcfSAlexander Motin
5831f5dcfSAlexander MotinKMOD=	sdhci
6b8057945SWarner LoshSRCS=	sdhci.c sdhci.h sdhci_if.c sdhci_if.h device_if.h bus_if.h mmcbr_if.h opt_mmccam.h opt_cam.h
7831f5dcfSAlexander Motin
8*5bb3134aSKonstantin BelousovEXPORT_SYMS=	YES
9*5bb3134aSKonstantin Belousov
10831f5dcfSAlexander Motin.include <bsd.kmod.mk>
11