repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtw(4) remove misplaced DEBUG_FLAGS
[freebsd/src.git]
/
sys
/
modules
/
sdhci_fdt
/
Makefile
blob
12b4af37f6e59a4f40b819bdbfa8df7584c3945b
1
#
2
3
.PATH
: ${
SRCTOP
}/
sys
/
dev
/
sdhci
4
5
KMOD
=
sdhci_fdt
6
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
7
8
.
include
<
bsd.kmod.mk
>