Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# $NetBSD: Makefile,v 1.1 2020/05/16 00:43:15 christos Exp $ # LIB= rumpvfs_nofifofs COMMENT=File system null FIFO support SRCS= nofifo_vnops.c .include <bsd.lib.mk> .include <bsd.klinks.mk>