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 2018/07/24 09:47:36 maxv Exp $ .include "../Makefile.inc" CPPFLAGS+= .PATH: ${S}/dev/tprof KMOD= tprof_x86 SRCS= tprof_x86.c tprof_x86_amd.c tprof_x86_intel.c .include <bsd.kmodule.mk>