Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.1 2022/12/19 23:19:51 pgoyette Exp $ .include "../Makefile.inc" .PATH: ${S}/compat/common KMOD= compat_100 CPPFLAGS+= -DCOMPAT_100 SRCS+= compat_100_mod.c .include <bsd.kmodule.mk>