mirror of
https://github.com/opnsense/src.git
synced 2026-06-23 07:30:15 -04:00
8 lines
146 B
Makefile
8 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>
|