mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sdio
|
|
|
|
KMOD= sdio
|
|
SRCS= sdiob.c sdio_subr.c
|
|
SRCS+= sdio_if.c
|
|
SRCS+= device_if.h bus_if.h sdio_if.h opt_cam.h
|
|
|
|
.include <bsd.kmod.mk>
|