]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mmc/Makefile
Update ELF Tool Chain to upstream r3769
[FreeBSD/FreeBSD.git] / sys / modules / mmc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/mmc
4
5 KMOD=   mmc
6 SRCS=   bus_if.h device_if.h mmc_subr.c mmc.c mmcbr_if.h mmcbus_if.h
7
8 .include <bsd.kmod.mk>