diff options
| author | yamt <yamt@NetBSD.org> | 2011-02-05 14:08:13 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2011-02-05 14:08:13 +0000 |
| commit | ed4c6d572a5cd02cbfcc445bd70b0d4aa3164f7d (patch) | |
| tree | a1ed621d1808deae4f9beaf5a184eaae98fbaeec /sys/modules | |
| parent | 25f739c75930800c307ea04487447d4a16e7ceac (diff) | |
build tprof_amdpmi
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7a3bcab8e30..97d3d354647 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2011/01/16 01:13:10 jmcneill Exp $ +# $NetBSD: Makefile,v 1.60 2011/02/05 14:08:13 yamt Exp $ .include <bsd.own.mk> @@ -87,6 +87,7 @@ SUBDIR+= exec_elf64 .if ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "x86_64" SUBDIR+= tprof_pmi +SUBDIR+= tprof_amdpmi .endif .if ${MACHINE_ARCH} == "i386" || \ |
