Skip to content

Commit

Permalink
ta: pkcs11: Enforce that helpers are up to date
Browse files Browse the repository at this point in the history
During each build enforce that src/pkcs11-helpers.c is up to date.

Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
  • Loading branch information
vesajaaskelainen authored and jforissier committed Aug 12, 2021
1 parent f3cc23f commit 324b9e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ta/pkcs11/user_ta.mk
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
user-ta-uuid := fd02c9da-306c-48c7-a49c-bbd827ae86ee

all: pkcs11-ta-verify-helpers

.PHONY: pkcs11-ta-verify-helpers
pkcs11-ta-verify-helpers:
@$(cmd-echo-silent) ' CHK ' $@
${q}ta/pkcs11/scripts/verify-helpers.sh --quiet

0 comments on commit 324b9e1

Please sign in to comment.