NetBSD/sys/modules/vio9p/Makefile
ozaki-r b2358a5409 Implement a front-end driver of virtio-9p called vio9p
In conjunction with mount_9p, it enables a NetBSD system running as a VM guest
to mount an exported filesystem by the host via virtio-9p.  It exports a 9p
end-point of virtio-9p via a character device file for mount_9p.

Reviewed by yamaguchi@
2019-10-28 02:56:40 +00:00

13 lines
186 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/10/28 02:56:40 ozaki-r Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/pci
KMOD= vio9p
IOCONF= vio9p.ioconf
SRCS+= vio9p.c
.include <bsd.kmodule.mk>