]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/stub.c
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / boot / efi / stub.c
index 7d03370cbd26806ea78f8bd6bc2bbe23ca2021ae..e85ebf2c3f286832367a9ca82b2e60ff86b74c6a 100644 (file)
@@ -87,7 +87,7 @@ EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *sys_table) {
                         line[i] = options[i];
                 cmdline = line;
 
-#ifdef ENABLE_TPM
+#if ENABLE_TPM
                 /* Try to log any options to the TPM, especially manually edited options */
                 err = tpm_log_event(SD_TPM_PCR,
                                     (EFI_PHYSICAL_ADDRESS) loaded_image->LoadOptions,