aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hwt/Makefile
blob: 6704e22422d107e87a382394659a368867749dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

.PATH:  ${SRCTOP}/sys/dev/hwt

KMOD	= hwt
SRCS	=			\
	hwt.c			\
	hwt_backend.c		\
	hwt_config.c		\
	hwt_context.c		\
	hwt_contexthash.c	\
	hwt_cpu.c		\
	hwt_hook.c		\
	hwt_ioctl.c		\
	hwt_owner.c		\
	hwt_ownerhash.c		\
	hwt_record.c		\
	hwt_thread.c		\
	hwt_vm.c

.include <bsd.kmod.mk>