Hook powernow up to the build for i386 and amd64.
This commit is contained in:
parent
98af5bd6a2
commit
bee2b3595d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user