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