9 lines
166 B
Makefile
9 lines
166 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/sdhci
|
||
|
|
||
|
KMOD= sdhci_pci
|
||
|
SRCS= sdhci_pci.c sdhci.h sdhci_if.h device_if.h bus_if.h pci_if.h mmcbr_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|