4f23702a7a
Reviewed by: gonzo, landonf, br Differential Revision: https://reviews.freebsd.org/D13856
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/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
|
|
SRCS+= opt_mmccam.h
|
|
|
|
.include <bsd.kmod.mk>
|