1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/mmc
4
5KMOD=	mmcsd
6SRCS=	bus_if.h device_if.h mmcbr_if.h mmcbus_if.h mmcsd.c
7
8.include <bsd.kmod.mk>
9