freebsd-nq/sys/modules/sdhci_acpi/Makefile
Enji Cooper 8a4c0f8064 Add acpi_if.h and opt_acpi.h to Makefile to unbreak "make depend" with
sys/modules/sdhci_acpi

MFC after:	6 days
X-MFC with:	r311911
Reported by:	Jenkins
2017-01-11 08:43:58 +00:00

10 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>