sdhci_fdt: Add gpio_if.h to the source

Otherwise if we compile a kernel without gpio support this file isn't compiled.
Also it's needed so it's good to list all deps.

PR:	256756
(cherry picked from commit bf7b542e02)
This commit is contained in:
Emmanuel Vadot 2021-06-21 21:55:03 +02:00
parent e1891351cf
commit c62869cdb7

View file

@ -3,6 +3,6 @@
.PATH: ${SRCTOP}/sys/dev/sdhci
KMOD= sdhci_fdt
SRCS= sdhci_fdt.c sdhci_fdt_gpio.c sdhci_if.h device_if.h bus_if.h mmcbr_if.h opt_mmccam.h opt_cam.h
SRCS= sdhci_fdt.c sdhci_fdt_gpio.c sdhci_if.h device_if.h bus_if.h mmcbr_if.h opt_mmccam.h opt_cam.h gpio_if.h
.include <bsd.kmod.mk>