From: Jan Kiszka <[email protected]> The include under $ARCH is what we want an need. See also systemd-boot.
Signed-off-by: Jan Kiszka <[email protected]> --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9eb1263..591f5b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,7 +172,6 @@ efi_cppflags = \ -I$(GNUEFI_SYS_DIR)/usr/include \ -I$(GNUEFI_INC_DIR) \ -I$(GNUEFI_INC_DIR)/$(ARCH) \ - -I$(GNUEFI_INC_DIR)/$(MACHINE_TYPE_NAME) \ $(LIBPCI_CFLAGS) efi_cflags = \ -- 2.34.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/656cd77ad3c1d8306c58f5aafb9c6628379d7986.1647843261.git.jan.kiszka%40siemens.com.
