Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/tprof_amdpmi add a directory which i forgot to a...



details:   https://anonhg.NetBSD.org/src/rev/e0a868b8e734
branches:  trunk
changeset: 761718:e0a868b8e734
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Feb 06 02:28:50 2011 +0000

description:
add a directory which i forgot to add with sys/modules/Makefile rev.1.60

diffstat:

 sys/modules/tprof_amdpmi/Makefile |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d0de65cb5fd8 -r e0a868b8e734 sys/modules/tprof_amdpmi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/tprof_amdpmi/Makefile Sun Feb 06 02:28:50 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index