freebsd-dev/sys/modules/mmc/Makefile
Warner Losh 84ee9401a3 Loadable modules for mmc (the bus) amd mmcsd (the MMC and SD support
code).  A little green, so not yet connected to the build.
2006-10-20 06:52:59 +00:00

9 lines
136 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mmc
KMOD= mmc
SRCS= mmc.c mmcbr_if.h mmcbus_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>