Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:31 joerg Exp $ .include "../Makefile.inc" .PATH: ${S}/miscfs/nullfs ${S}/miscfs/genfs KMOD= null SRCS= null_vfsops.c null_vnops.c CWARNFLAGS.clang= -Wno-conversion .include <bsd.kmodule.mk>