mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
7 lines
132 B
Makefile
7 lines
132 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/mmc
|
|
|
|
KMOD= mmc
|
|
SRCS= bus_if.h device_if.h mmc_subr.c mmc.c mmcbr_if.h mmcbus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|