16 lines
261 B
Makefile
Raw Normal View History

# $FreeBSD$
2005-02-20 20:29:04 +00:00
.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
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
.include <bsd.kmod.mk>