aboutsummaryrefslogtreecommitdiff
path: root/Makefile.gen
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2021-07-09 11:38:59 -0400
committerAlexey Kardashevskiy <aik@ozlabs.ru>2021-07-11 23:44:02 +1000
commitcc4c4cb3c193dabdefe45db343c949452c081435 (patch)
tree0b74c69a27d7787f9f6f465c2d3858323d28396a /Makefile.gen
parent6c0fcd9f3085814b808d18aa81ae6669063ea33b (diff)
downloadSLOF-cc4c4cb3c193dabdefe45db343c949452c081435.zip
SLOF-cc4c4cb3c193dabdefe45db343c949452c081435.tar.gz
SLOF-cc4c4cb3c193dabdefe45db343c949452c081435.tar.bz2
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 <stefanb@linux.ibm.com> Tested-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'Makefile.gen')
-rw-r--r--Makefile.gen2
1 files changed, 1 insertions, 1 deletions
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)