2005-02-04 05:49:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-02-20 20:29:04 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/cpufreq \
|
|
|
|
${.CURDIR}/../../${MACHINE_ARCH}/cpufreq
|
2005-02-04 05:49:36 +00:00
|
|
|
|
|
|
|
KMOD= cpufreq
|
|
|
|
WARNS?= 2
|
|
|
|
SRCS= ichss.c
|
|
|
|
SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
|
|
|
|
|
2005-02-20 20:29:04 +00:00
|
|
|
.if ${MACHINE} == "i386"
|
2005-02-23 16:44:06 +00:00
|
|
|
SRCS+= est.c p4tcc.c
|
2005-02-20 20:29:04 +00:00
|
|
|
.endif
|
|
|
|
|
2005-02-04 05:49:36 +00:00
|
|
|
.include <bsd.kmod.mk>
|