x86-64/cet: Move check-cet.awk to x86_64

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
H.J. Lu 2024-01-09 12:23:26 -08:00
parent a1bbee9fd1
commit 7d544dd049
2 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ $(cet-built-dso:=.note): %.note: %
mv -f $@T $@
common-generated += $(cet-built-dso:$(common-objpfx)%=%.note)
$(objpfx)check-cet.out: $(..)sysdeps/x86/check-cet.awk \
$(objpfx)check-cet.out: $(..)sysdeps/x86_64/check-cet.awk \
$(cet-built-dso:=.note)
LC_ALL=C $(AWK) -f $^ > $@; \
$(evaluate-test)