freebsd-dev/sys/modules/sdhci_fdt/Makefile
Emmanuel Vadot bf7b542e02 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
2021-06-21 21:55:03 +02:00

9 lines
186 B
Makefile

#
.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 gpio_if.h
.include <bsd.kmod.mk>