Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# $NetBSD: Makefile,v 1.1 2019/09/22 22:59:39 christos Exp $ .include "../Makefile.inc" .PATH: ${S}/compat/common KMOD= compat_90 CPPFLAGS+= -DCOMPAT_90 SRCS+= compat_90_mod.c SRCS+= vfs_syscalls_90.c .include <bsd.kmodule.mk>