mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
|
|
.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>
|