mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Driver supports PCI devices with class 8 and subclass 5 according to SD Host Controller Specification. Update NOTES, enable module and static build. Enable related mmc and mmcsd modules build. Discussed on: mobile@, current@
8 lines
147 B
Makefile
8 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>
|