summaryrefslogtreecommitdiffstats
path: root/sys/modules/cpufreq/Makefile
blob: aca7b1dcb7a3b05df830aebb0651f18122bf98b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/cpufreq		\
	${.CURDIR}/../../${MACHINE_ARCH}/cpufreq

KMOD=	cpufreq
WARNS?=	2
SRCS=	ichss.c
SRCS+=	bus_if.h cpufreq_if.h device_if.h pci_if.h

.if ${MACHINE} == "i386"
SRCS+=	est.c p4tcc.c powernow.c
.endif

.if ${MACHINE} == "amd64"
.PATH: ${.PATH} ${.CURDIR}/../../i386/cpufreq
SRCS+=	powernow.c
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud