summaryrefslogtreecommitdiff
path: root/sys/modules/tprof_x86/Makefile
blob: 7b374197010ba0cb3dd6b924e6164a47cbb61b8b (plain)
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>