Deleted Added
full compact
Makefile (190501) Makefile (193156)
1# $FreeBSD: head/sys/modules/cpufreq/Makefile 190501 2009-03-28 08:54:47Z mr $
1# $FreeBSD: head/sys/modules/cpufreq/Makefile 193156 2009-05-31 09:01:23Z nwhitehorn $
2
3.PATH: ${.CURDIR}/../../dev/cpufreq \
4 ${.CURDIR}/../../${MACHINE_ARCH}/cpufreq
5
6KMOD= cpufreq
7SRCS= ichss.c
8SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
9

--- 4 unchanged lines hidden (view full) ---

14SRCS+= acpi_if.h opt_acpi.h
15SRCS+= est.c hwpstate.c p4tcc.c powernow.c
16.endif
17
18.if ${MACHINE} == "i386"
19SRCS+= smist.c
20.endif
21
2
3.PATH: ${.CURDIR}/../../dev/cpufreq \
4 ${.CURDIR}/../../${MACHINE_ARCH}/cpufreq
5
6KMOD= cpufreq
7SRCS= ichss.c
8SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
9

--- 4 unchanged lines hidden (view full) ---

14SRCS+= acpi_if.h opt_acpi.h
15SRCS+= est.c hwpstate.c p4tcc.c powernow.c
16.endif
17
18.if ${MACHINE} == "i386"
19SRCS+= smist.c
20.endif
21
22.if ${MACHINE} == "powerpc"
23.PATH: ${.CURDIR}/../../powerpc/cpufreq
24SRCS+= dfs.c
25.endif
26
22.include <bsd.kmod.mk>
27.include <bsd.kmod.mk>