add makefiles for tprof drivers.
This commit is contained in:
parent
e1b625b4bc
commit
324183902f
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2009/03/10 14:49:49 yamt Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
CPPFLAGS+=
|
||||
|
||||
.PATH: ${S}/dev/tprof
|
||||
|
||||
KMOD= tprof
|
||||
SRCS= tprof.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2009/03/10 14:49:50 yamt Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
CPPFLAGS+=
|
||||
|
||||
.PATH: ${S}/arch/x86/x86
|
||||
|
||||
KMOD= tprof_pmi
|
||||
SRCS= tprof_pmi.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue