diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2009-12-21 14:03:40 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2009-12-21 14:03:40 +0000 |
| commit | 0e67e37f5e97ab2de290aee88990c0291a730f9c (patch) | |
| tree | 7af86b3a53bffd81a91d9a2558f5ea1c826f5eb8 /sys/modules/cpufreq | |
| parent | 1cecb0d291dae352a402670e20de313f9c3f0ed1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cpufreq')
| -rw-r--r-- | sys/modules/cpufreq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cpufreq/Makefile b/sys/modules/cpufreq/Makefile index 4e820080a30b..108c2b149a9b 100644 --- a/sys/modules/cpufreq/Makefile +++ b/sys/modules/cpufreq/Makefile @@ -12,7 +12,7 @@ SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h CFLAGS+= -I${.CURDIR}/../../contrib/dev/acpica SRCS+= acpi_if.h opt_acpi.h -SRCS+= est.c p4tcc.c powernow.c +SRCS+= est.c hwpstate.c p4tcc.c powernow.c .endif .if ${MACHINE} == "i386" |
