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