mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.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
|
|
|
|
.include <bsd.kmod.mk>
|