mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
11 lines
173 B
Makefile
11 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>
|