diff options
| author | yamt <yamt@NetBSD.org> | 2011-02-06 02:28:50 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2011-02-06 02:28:50 +0000 |
| commit | 8ef41ebfa1dad2aeeceb2860e25a92f64cf7bac4 (patch) | |
| tree | 08d8cf0d141ba17198466c4e254b6847323ac022 /sys/modules | |
| parent | c8308ab2ddca0205025a94567e9679aadd598d17 (diff) | |
add a directory which i forgot to add with sys/modules/Makefile rev.1.60
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/tprof_amdpmi/Makefile | 12 |
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> |
