diff options
| author | jruoho <jruoho@NetBSD.org> | 2011-03-04 05:02:47 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2011-03-04 05:02:47 +0000 |
| commit | eae79ffb2087596ac6a3512a4cd082e0742e178e (patch) | |
| tree | ff367f6c8ba3628031429340b5eab564476c1581 /sys/modules/Makefile | |
| parent | b06a3f5d091da2e29df564696892566b64a671fe (diff) | |
Add module build glue for odcm(4).
Diffstat (limited to 'sys/modules/Makefile')
| -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 654ec878cc3..04c6b982393 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2011/02/26 18:07:31 ahoka Exp $ +# $NetBSD: Makefile,v 1.69 2011/03/04 05:02:47 jruoho Exp $ .include <bsd.own.mk> @@ -91,6 +91,7 @@ SUBDIR+= exec_elf64 ${MACHINE_ARCH} == "x86_64" SUBDIR+= coretemp SUBDIR+= est +SUBDIR+= odcm SUBDIR+= powernow SUBDIR+= tprof_pmi #SUBDIR+= tprof_amdpmi |
