From cc4c4cb3c193dabdefe45db343c949452c081435 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 9 Jul 2021 11:38:59 -0400 Subject: tcgbios: Change format of S_CRTM_VERSION string to ucs-2 Change the format of the S_CRTM_VERSION string to ucs-2 since this is what seems to be commonly used by other firmwares following insight from a TCG work group member. Signed-off-by: Stefan Berger Tested-by: Stefan Berger Signed-off-by: Alexey Kardashevskiy --- Makefile.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.gen') diff --git a/Makefile.gen b/Makefile.gen index f18c57a..6f78829 100644 --- a/Makefile.gen +++ b/Makefile.gen @@ -164,7 +164,7 @@ distclean_gen: clean_top common-libs: @echo " ====== Building common libraries ======" - $(MAKE) -C $(LIBCMNDIR) $(COMMON_LIBS) + $(MAKE) -C $(LIBCMNDIR) $(COMMON_LIBS) RELEASE=-DRELEASE=\"\\\"$(RELEASE)\\\"\" board-libs: $(MAKE) -C lib $(MAKEARG) -- cgit v1.1