mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Hook powernow up to the build for i386 and amd64.
This commit is contained in:
parent
98af5bd6a2
commit
bee2b3595d
1 changed files with 5 additions and 1 deletions
|
|
@ -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 a new issue