Hook powernow up to the build for i386 and amd64.

This commit is contained in:
Nate Lawson 2005-03-27 21:47:12 +00:00
parent 98af5bd6a2
commit bee2b3595d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144195

View File

@ -9,7 +9,11 @@ SRCS= ichss.c
SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
.if ${MACHINE} == "i386"
SRCS+= est.c p4tcc.c
SRCS+= est.c p4tcc.c powernow.c
.endif
.if ${MACHINE} == "amd64"
SRCS+= powernow.c
.endif
.include <bsd.kmod.mk>