mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
bf7b542e02
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
9 lines
186 B
Makefile
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>
|