Fix module build on amd64. There may be a cleaner way to do the .PATH
This commit is contained in:
parent
4549709fb5
commit
be7df0563d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144199
@ -13,6 +13,7 @@ SRCS+= est.c p4tcc.c powernow.c
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == "amd64"
|
||||
.PATH: ${.PATH} ${.CURDIR}/../../i386/cpufreq
|
||||
SRCS+= powernow.c
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user