modules: Add sdhci_fdt module
This is a module for sdhci on fdt system
This commit is contained in:
parent
9674c2e68c
commit
9e08f82058
@ -331,6 +331,7 @@ SUBDIR= \
|
||||
${_sctp} \
|
||||
sdhci \
|
||||
${_sdhci_acpi} \
|
||||
${_sdhci_fdt} \
|
||||
sdhci_pci \
|
||||
sdio \
|
||||
sem \
|
||||
@ -490,6 +491,7 @@ SUBDIR+= iscsi_initiator
|
||||
|
||||
.if !empty(OPT_FDT)
|
||||
SUBDIR+= fdt
|
||||
_sdhci_fdt= sdhci_fdt
|
||||
.endif
|
||||
|
||||
# Linuxulator
|
||||
|
8
sys/modules/sdhci_fdt/Makefile
Normal file
8
sys/modules/sdhci_fdt/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
|
||||
.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
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user