mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/sdhci
|
||
|
|
||
|
KMOD= sdhci
|
||
|
SRCS= sdhci.c sdhci.h device_if.h bus_if.h pci_if.h mmcbr_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|