]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/measure.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / boot / efi / measure.c
index b22d37b62d391eda42108e99f7c226d606a660af..f43039b1b3202c3cf29dbbe2cea74d0142eb8981 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /*
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
@@ -11,7 +12,7 @@
  *
  */
 
-#ifdef SD_BOOT_LOG_TPM
+#if ENABLE_TPM
 
 #include <efi.h>
 #include <efilib.h>