1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Add dependency on opt_cam.h and opt_mmccam.h

This commit is contained in:
Warner Losh 2017-07-10 03:38:07 +00:00
parent 70bb2cdb04
commit b805794525
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320856

View File

@ -3,6 +3,6 @@
.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
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>