]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sdhci/Makefile
Update apr to 1.7.0. See contrib/apr/CHANGES for a summary of changes.
[FreeBSD/FreeBSD.git] / sys / modules / sdhci / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/sdhci
4
5 KMOD=   sdhci
6 SRCS=   sdhci.c sdhci.h sdhci_if.c sdhci_if.h device_if.h bus_if.h mmcbr_if.h opt_mmccam.h opt_cam.h
7
8 .include <bsd.kmod.mk>