310162ea21
Differential Revision: https://reviews.freebsd.org/D46397 Reviewed by: kib, markj, br
9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/amd64/pt
|
|
|
|
KMOD= pt
|
|
SRCS= pt.c pt.h device_if.h bus_if.h
|
|
SRCS+= opt_hwpmc_hooks.h opt_kstack_pages.h
|
|
|
|
.include <bsd.kmod.mk>
|