summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/tprof_amdpmi/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/tprof_amdpmi/Makefile b/sys/modules/tprof_amdpmi/Makefile
new file mode 100644
index 00000000000..50edfd04323
--- /dev/null
+++ b/sys/modules/tprof_amdpmi/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2011/02/06 02:28:50 yamt Exp $
+
+.include "../Makefile.inc"
+
+CPPFLAGS+=
+
+.PATH: ${S}/arch/x86/x86
+
+KMOD= tprof_amdpmi
+SRCS= tprof_amdpmi.c
+
+.include <bsd.kmodule.mk>