]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sdhci/Makefile
frag6: move public structure into file local space.
[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>