Fix the fallout from over-zealous obsolete files removal. Use correct
atomicity.h file for arm and powerpc.
This commit is contained in:
parent
49781d1c9e
commit
087655728e
@ -79,7 +79,7 @@ ATOMICITY_H= atomicity.h
|
||||
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
|
||||
ATOMICITY_H= ${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h
|
||||
.else
|
||||
ATOMICITY_H= ${SRCDIR}/config/cpu/generic/atomicity.h
|
||||
ATOMICITY_H= ${SRCDIR}/config/cpu/generic/atomicity_mutex/atomicity.h
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user