mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sdhci
|
|
|
|
KMOD= sdhci_acpi
|
|
SRCS= sdhci_acpi.c sdhci.h sdhci_if.h
|
|
SRCS+= acpi_if.h device_if.h bus_if.h opt_acpi.h pci_if.h mmcbr_if.h
|
|
|
|
.include <bsd.kmod.mk>
|