diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-05-31 09:01:23 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-05-31 09:01:23 +0000 |
| commit | 9eb9db93da05b01b5bce45fa9ed0ee234aece429 (patch) | |
| tree | 68e9cc27632ead148046131d457acbcb47410c80 /sys/modules | |
| parent | f436f175086e5b8d0a7a959bafda57d5fedd9fc5 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/cpufreq/Makefile | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index ef6373a569d1..6a04d5e6bce6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -576,6 +576,7 @@ _xe= xe .if ${MACHINE_ARCH} == "powerpc" _an= an _bm= bm +_cpufreq= cpufreq _nvram= powermac_nvram _smbfs= smbfs _sound= sound diff --git a/sys/modules/cpufreq/Makefile b/sys/modules/cpufreq/Makefile index 108c2b149a9b..4e385b4e0f0c 100644 --- a/sys/modules/cpufreq/Makefile +++ b/sys/modules/cpufreq/Makefile @@ -19,4 +19,9 @@ SRCS+= est.c hwpstate.c p4tcc.c powernow.c SRCS+= smist.c .endif +.if ${MACHINE} == "powerpc" +.PATH: ${.CURDIR}/../../powerpc/cpufreq +SRCS+= dfs.c +.endif + .include <bsd.kmod.mk> |
