Date: Mon, 21 Jun 2021 19:56:09 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bf7b542e0216 - main - sdhci_fdt: Add gpio_if.h to the source Message-ID: <202106211956.15LJu99S001109@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=bf7b542e0216e6bd3bcd5ff46e376643d41f4f9f commit bf7b542e0216e6bd3bcd5ff46e376643d41f4f9f Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-06-21 19:55:03 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-06-21 19:55:03 +0000 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 --- sys/modules/sdhci_fdt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/sdhci_fdt/Makefile b/sys/modules/sdhci_fdt/Makefile index cc8c8b44f2e6..12b4af37f6e5 100644 --- a/sys/modules/sdhci_fdt/Makefile +++ b/sys/modules/sdhci_fdt/Makefile @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106211956.15LJu99S001109>