mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
9 lines
186 B
Makefile
9 lines
186 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/sdhci
|
|
|
|
KMOD= sdhci
|
|
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
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|