mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/mmc
|
|
|
|
KMOD= mmcsd
|
|
SRCS= bus_if.h device_if.h mmcbr_if.h mmcbus_if.h mmcsd.c
|
|
|
|
.include <bsd.kmod.mk>
|