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.1 2016/11/02 00:12:00 pgoyette Exp $ # .include "../Makefile.inc" .PATH: ${S}/kern CPPFLAGS+= -DPTRACE KMOD= ptrace SRCS= sys_ptrace.c .include <bsd.kmodule.mk>